srsRAN
rrc_nbiot.h
Go to the documentation of this file.
1 
22 /*******************************************************************************
23  *
24  * 3GPP TS ASN1 RRC v15.11.0 (2020-09)
25  *
26  ******************************************************************************/
27 
28 #ifndef SRSASN1_RRC_NBIOT_H
29 #define SRSASN1_RRC_NBIOT_H
30 
31 #include "rrc.h"
32 
33 namespace asn1 {
34 namespace rrc {
35 
36 /*******************************************************************************
37  * Struct Definitions
38  ******************************************************************************/
39 
40 // AB-Config-NB-r13 ::= SEQUENCE
41 struct ab_cfg_nb_r13_s {
42  struct ab_category_r13_opts {
43  enum options { a, b, c, nulltype } value;
44 
45  const char* to_string() const;
46  };
47  typedef enumerated<ab_category_r13_opts> ab_category_r13_e_;
48 
49  // member variables
54 
55  // sequence methods
56  SRSASN_CODE pack(bit_ref& bref) const;
58  void to_json(json_writer& j) const;
59 };
60 
61 // AB-ConfigPLMN-NB-r13 ::= SEQUENCE
62 struct ab_cfg_plmn_nb_r13_s {
63  bool ab_cfg_r13_present = false;
65 
66  // sequence methods
67  SRSASN_CODE pack(bit_ref& bref) const;
69  void to_json(json_writer& j) const;
70 };
71 
72 // T-PollRetransmit-NB-r13 ::= ENUMERATED
74  enum options {
75  ms250,
76  ms500,
77  ms1000,
78  ms2000,
79  ms3000,
80  ms4000,
92  } value;
93  typedef uint32_t number_type;
94 
95  const char* to_string() const;
96  uint32_t to_number() const;
97 };
99 
100 // CarrierFreq-NB-r13 ::= SEQUENCE
102  struct carrier_freq_offset_r13_opts {
103  enum options {
104  v_minus10,
105  v_minus9,
107  v_minus7,
108  v_minus6,
115  v0,
116  v1,
117  v2,
118  v3,
119  v4,
120  v5,
121  v6,
122  v7,
123  v8,
124  v9,
126  } value;
127  typedef float number_type;
128 
129  const char* to_string() const;
130  float to_number() const;
131  const char* to_number_string() const;
132  };
134 
135  // member variables
136  bool carrier_freq_offset_r13_present = false;
137  uint32_t carrier_freq_r13 = 0;
139 
140  // sequence methods
141  SRSASN_CODE pack(bit_ref& bref) const;
142  SRSASN_CODE unpack(cbit_ref& bref);
143  void to_json(json_writer& j) const;
144 };
145 
146 // CarrierFreq-NB-v1550 ::= SEQUENCE
148  struct carrier_freq_offset_v1550_opts {
150  typedef float number_type;
151 
152  const char* to_string() const;
153  float to_number() const;
154  const char* to_number_string() const;
155  };
157 
158  // member variables
160 
161  // sequence methods
162  SRSASN_CODE pack(bit_ref& bref) const;
163  SRSASN_CODE unpack(cbit_ref& bref);
164  void to_json(json_writer& j) const;
165 };
166 
167 // DL-AM-RLC-NB-r13 ::= SEQUENCE
168 struct dl_am_rlc_nb_r13_s {
170 
171  // sequence methods
172  SRSASN_CODE pack(bit_ref& bref) const;
173  SRSASN_CODE unpack(cbit_ref& bref);
174  void to_json(json_writer& j) const;
175 };
176 
177 // DL-Bitmap-NB-r13 ::= CHOICE
178 struct dl_bitmap_nb_r13_c {
179  struct types_opts {
181  typedef uint8_t number_type;
182 
183  const char* to_string() const;
184  uint8_t to_number() const;
185  };
187 
188  // choice methods
189  dl_bitmap_nb_r13_c() = default;
193  void set(types::options e = types::nulltype);
194  types type() const { return type_; }
195  SRSASN_CODE pack(bit_ref& bref) const;
196  SRSASN_CODE unpack(cbit_ref& bref);
197  void to_json(json_writer& j) const;
198  // getters
200  {
201  assert_choice_type(types::sf_pattern10_r13, type_, "DL-Bitmap-NB-r13");
202  return c.get<fixed_bitstring<10> >();
203  }
205  {
206  assert_choice_type(types::sf_pattern40_r13, type_, "DL-Bitmap-NB-r13");
207  return c.get<fixed_bitstring<40> >();
208  }
210  {
211  assert_choice_type(types::sf_pattern10_r13, type_, "DL-Bitmap-NB-r13");
212  return c.get<fixed_bitstring<10> >();
213  }
215  {
216  assert_choice_type(types::sf_pattern40_r13, type_, "DL-Bitmap-NB-r13");
217  return c.get<fixed_bitstring<40> >();
218  }
221 
222 private:
223  types type_;
225 
226  void destroy_();
227 };
228 
229 // DL-GapConfig-NB-r13 ::= SEQUENCE
230 struct dl_gap_cfg_nb_r13_s {
231  struct dl_gap_thres_r13_opts {
233  typedef uint16_t number_type;
234 
235  const char* to_string() const;
236  uint16_t to_number() const;
237  };
241  typedef uint16_t number_type;
242 
243  const char* to_string() const;
244  uint16_t to_number() const;
245  };
249  typedef float number_type;
250 
251  const char* to_string() const;
252  float to_number() const;
253  const char* to_number_string() const;
254  };
256 
257  // member variables
261 
262  // sequence methods
263  SRSASN_CODE pack(bit_ref& bref) const;
264  SRSASN_CODE unpack(cbit_ref& bref);
265  void to_json(json_writer& j) const;
266 };
267 
268 // DL-GapConfig-NB-v1530 ::= SEQUENCE
269 struct dl_gap_cfg_nb_v1530_s {
270  // sequence methods
271  SRSASN_CODE pack(bit_ref& bref) const;
272  SRSASN_CODE unpack(cbit_ref& bref);
273  void to_json(json_writer& j) const;
274 };
275 
276 // TDD-UL-DL-AlignmentOffset-NB-r15 ::= ENUMERATED
279  typedef float number_type;
280 
281  const char* to_string() const;
282  float to_number() const;
283  const char* to_number_string() const;
284 };
286 
287 // UL-AM-RLC-NB-r13 ::= SEQUENCE
288 struct ul_am_rlc_nb_r13_s {
289  struct max_retx_thres_r13_opts {
290  enum options { t1, t2, t3, t4, t6, t8, t16, t32, nulltype } value;
291  typedef uint8_t number_type;
292 
293  const char* to_string() const;
294  uint8_t to_number() const;
295  };
297 
298  // member variables
301 
302  // sequence methods
303  SRSASN_CODE pack(bit_ref& bref) const;
305  void to_json(json_writer& j) const;
306 };
307 
308 // ACK-NACK-NumRepetitions-NB-r13 ::= ENUMERATED
310  enum options { r1, r2, r4, r8, r16, r32, r64, r128, nulltype } value;
311  typedef uint8_t number_type;
312 
313  const char* to_string() const;
314  uint8_t to_number() const;
315 };
317 
318 // DL-CarrierConfigDedicated-NB-r13 ::= SEQUENCE
320  struct dl_bitmap_non_anchor_r13_c_ {
321  struct types_opts {
323 
324  const char* to_string() const;
325  };
327 
328  // choice methods
330  void set(types::options e = types::nulltype);
331  types type() const { return type_; }
332  SRSASN_CODE pack(bit_ref& bref) const;
333  SRSASN_CODE unpack(cbit_ref& bref);
334  void to_json(json_writer& j) const;
335  // getters
337  {
338  assert_choice_type(types::explicit_bitmap_cfg_r13, type_, "downlinkBitmapNonAnchor-r13");
339  return c;
340  }
342  {
343  assert_choice_type(types::explicit_bitmap_cfg_r13, type_, "downlinkBitmapNonAnchor-r13");
344  return c;
345  }
346  void set_use_no_bitmap_r13();
349  void set_spare();
350 
351  private:
352  types type_;
354  };
355  struct dl_gap_non_anchor_r13_c_ {
356  struct types_opts {
358 
359  const char* to_string() const;
360  };
362 
363  // choice methods
365  void set(types::options e = types::nulltype);
366  types type() const { return type_; }
367  SRSASN_CODE pack(bit_ref& bref) const;
368  SRSASN_CODE unpack(cbit_ref& bref);
369  void to_json(json_writer& j) const;
370  // getters
372  {
373  assert_choice_type(types::explicit_gap_cfg_r13, type_, "dl-GapNonAnchor-r13");
374  return c;
375  }
377  {
378  assert_choice_type(types::explicit_gap_cfg_r13, type_, "dl-GapNonAnchor-r13");
379  return c;
380  }
381  void set_use_no_gap_r13();
384  void set_spare();
385 
386  private:
387  types type_;
389  };
391  struct same_pci_ind_r13_c_ {
392  struct same_pci_r13_s_ {
393  int8_t idx_to_mid_prb_r13 = -55;
394  };
395  struct different_pci_r13_s_ {
396  struct eutra_num_crs_ports_r13_opts {
397  enum options { same, four, nulltype } value;
398  typedef uint8_t number_type;
399 
400  const char* to_string() const;
401  uint8_t to_number() const;
402  };
404 
405  // member variables
407  };
408  struct types_opts {
410 
411  const char* to_string() const;
412  };
414 
415  // choice methods
416  same_pci_ind_r13_c_() = default;
420  void set(types::options e = types::nulltype);
421  types type() const { return type_; }
422  SRSASN_CODE pack(bit_ref& bref) const;
423  SRSASN_CODE unpack(cbit_ref& bref);
424  void to_json(json_writer& j) const;
425  // getters
426  same_pci_r13_s_& same_pci_r13()
427  {
428  assert_choice_type(types::same_pci_r13, type_, "samePCI-Indicator-r13");
429  return c.get<same_pci_r13_s_>();
430  }
431  different_pci_r13_s_& different_pci_r13()
432  {
433  assert_choice_type(types::different_pci_r13, type_, "samePCI-Indicator-r13");
434  return c.get<different_pci_r13_s_>();
435  }
436  const same_pci_r13_s_& same_pci_r13() const
437  {
438  assert_choice_type(types::same_pci_r13, type_, "samePCI-Indicator-r13");
439  return c.get<same_pci_r13_s_>();
440  }
441  const different_pci_r13_s_& different_pci_r13() const
442  {
443  assert_choice_type(types::different_pci_r13, type_, "samePCI-Indicator-r13");
444  return c.get<different_pci_r13_s_>();
445  }
446  same_pci_r13_s_& set_same_pci_r13();
447  different_pci_r13_s_& set_different_pci_r13();
448 
449  private:
450  types type_;
452 
453  void destroy_();
454  };
456  enum options { n1, n2, n3, nulltype } value;
457  typedef uint8_t number_type;
458 
459  const char* to_string() const;
460  uint8_t to_number() const;
461  };
463 
464  // member variables
468  };
471  typedef int8_t number_type;
472 
473  const char* to_string() const;
474  int8_t to_number() const;
475  };
477 
478  // member variables
479  bool ext = false;
481  bool dl_gap_non_anchor_r13_present = false;
482  bool inband_carrier_info_r13_present = false;
487  // ...
488  // group 0
491  // group 1
493  // group 2
495 
496  // sequence methods
497  SRSASN_CODE pack(bit_ref& bref) const;
499  void to_json(json_writer& j) const;
500 };
501 
502 // LogicalChannelConfig-NB-r13 ::= SEQUENCE
503 struct lc_ch_cfg_nb_r13_s {
504  bool ext = false;
505  bool prio_r13_present = false;
506  bool lc_ch_sr_prohibit_r13_present = false;
507  uint8_t prio_r13 = 1;
508  bool lc_ch_sr_prohibit_r13 = false;
509  // ...
510 
511  // sequence methods
512  SRSASN_CODE pack(bit_ref& bref) const;
514  void to_json(json_writer& j) const;
515 };
516 
517 // PDCP-Config-NB-r13 ::= SEQUENCE
518 struct pdcp_cfg_nb_r13_s {
519  struct discard_timer_r13_opts {
521  typedef int32_t number_type;
522 
523  const char* to_string() const;
524  int32_t to_number() const;
525  };
528  struct rohc_s_ {
529  struct profiles_r13_s_ {
530  bool profile0x0002 = false;
531  bool profile0x0003 = false;
532  bool profile0x0004 = false;
533  bool profile0x0006 = false;
534  bool profile0x0102 = false;
535  bool profile0x0103 = false;
536  bool profile0x0104 = false;
537  };
538 
539  // member variables
540  bool ext = false;
541  bool max_cid_r13_present = false;
542  uint16_t max_cid_r13 = 1;
544  // ...
545  };
546  struct types_opts {
547  enum options { not_used, rohc, nulltype } value;
548 
549  const char* to_string() const;
550  };
552 
553  // choice methods
554  hdr_compress_r13_c_() = default;
555  void set(types::options e = types::nulltype);
556  types type() const { return type_; }
557  SRSASN_CODE pack(bit_ref& bref) const;
558  SRSASN_CODE unpack(cbit_ref& bref);
559  void to_json(json_writer& j) const;
560  // getters
561  rohc_s_& rohc()
562  {
563  assert_choice_type(types::rohc, type_, "headerCompression-r13");
564  return c;
565  }
566  const rohc_s_& rohc() const
567  {
568  assert_choice_type(types::rohc, type_, "headerCompression-r13");
569  return c;
570  }
571  void set_not_used();
572  rohc_s_& set_rohc();
573 
574  private:
575  types type_;
576  rohc_s_ c;
577  };
578 
579  // member variables
580  bool ext = false;
581  bool discard_timer_r13_present = false;
584  // ...
585 
586  // sequence methods
587  SRSASN_CODE pack(bit_ref& bref) const;
589  void to_json(json_writer& j) const;
590 };
591 
592 // RLC-Config-NB-r13 ::= CHOICE
593 struct rlc_cfg_nb_r13_c {
594  struct am_s_ {
597  };
598  struct types_opts {
600 
601  const char* to_string() const;
602  };
604 
605  // choice methods
606  rlc_cfg_nb_r13_c() = default;
607  void set(types::options e = types::nulltype);
608  types type() const { return type_; }
609  SRSASN_CODE pack(bit_ref& bref) const;
610  SRSASN_CODE unpack(cbit_ref& bref);
611  void to_json(json_writer& j) const;
612  // getters
613  am_s_& am()
614  {
615  assert_choice_type(types::am, type_, "RLC-Config-NB-r13");
616  return c;
617  }
618  const am_s_& am() const
619  {
620  assert_choice_type(types::am, type_, "RLC-Config-NB-r13");
621  return c;
622  }
623  am_s_& set_am();
624  void set_um_bi_dir_r15();
625  void set_um_uni_dir_ul_r15();
627 
628 private:
629  types type_;
630  am_s_ c;
631 };
632 
633 // RLC-Config-NB-v1430 ::= SEQUENCE
634 struct rlc_cfg_nb_v1430_s {
635  bool t_reordering_r14_present = false;
637 
638  // sequence methods
639  SRSASN_CODE pack(bit_ref& bref) const;
640  SRSASN_CODE unpack(cbit_ref& bref);
641  void to_json(json_writer& j) const;
642 };
643 
644 // SR-NPRACH-Resource-NB-r15 ::= SEQUENCE
645 struct sr_nprach_res_nb_r15_s {
646  struct nprach_sub_carrier_idx_r15_c_ {
647  struct types_opts {
649  typedef uint8_t number_type;
650 
651  const char* to_string() const;
652  uint8_t to_number() const;
653  };
655 
656  // choice methods
661  void set(types::options e = types::nulltype);
662  types type() const { return type_; }
663  SRSASN_CODE pack(bit_ref& bref) const;
664  SRSASN_CODE unpack(cbit_ref& bref);
665  void to_json(json_writer& j) const;
666  // getters
667  uint8_t& nprach_fmt0_fmt1_r15()
668  {
669  assert_choice_type(types::nprach_fmt0_fmt1_r15, type_, "nprach-SubCarrierIndex-r15");
670  return c.get<uint8_t>();
671  }
672  uint8_t& nprach_fmt2_r15()
673  {
674  assert_choice_type(types::nprach_fmt2_r15, type_, "nprach-SubCarrierIndex-r15");
675  return c.get<uint8_t>();
676  }
677  const uint8_t& nprach_fmt0_fmt1_r15() const
678  {
679  assert_choice_type(types::nprach_fmt0_fmt1_r15, type_, "nprach-SubCarrierIndex-r15");
680  return c.get<uint8_t>();
681  }
682  const uint8_t& nprach_fmt2_r15() const
683  {
684  assert_choice_type(types::nprach_fmt2_r15, type_, "nprach-SubCarrierIndex-r15");
685  return c.get<uint8_t>();
686  }
687  uint8_t& set_nprach_fmt0_fmt1_r15();
688  uint8_t& set_nprach_fmt2_r15();
689 
690  private:
691  types type_;
693 
694  void destroy_();
695  };
696  struct alpha_r15_opts {
697  enum options { al0, al04, al05, al06, al07, al08, al09, al1, nulltype } value;
698  typedef float number_type;
699 
700  const char* to_string() const;
701  float to_number() const;
702  const char* to_number_string() const;
703  };
705 
706  // member variables
707  uint8_t nprach_carrier_idx_r15 = 0;
708  uint8_t nprach_res_idx_r15 = 1;
710  int8_t p0_sr_r15 = -126;
712 
713  // sequence methods
714  SRSASN_CODE pack(bit_ref& bref) const;
716  void to_json(json_writer& j) const;
717 };
718 
719 // UL-CarrierConfigDedicated-NB-r13 ::= SEQUENCE
721  bool ext = false;
722  bool ul_carrier_freq_r13_present = false;
724  // ...
725  // group 0
728 
729  // sequence methods
730  SRSASN_CODE pack(bit_ref& bref) const;
732  void to_json(json_writer& j) const;
733 };
734 
735 // CarrierConfigDedicated-NB-r13 ::= SEQUENCE
739 
740  // sequence methods
741  SRSASN_CODE pack(bit_ref& bref) const;
742  SRSASN_CODE unpack(cbit_ref& bref);
743  void to_json(json_writer& j) const;
744 };
745 
746 // DRB-ToAddMod-NB-r13 ::= SEQUENCE
748  bool ext = false;
749  bool eps_bearer_id_r13_present = false;
750  bool pdcp_cfg_r13_present = false;
751  bool rlc_cfg_r13_present = false;
752  bool lc_ch_id_r13_present = false;
753  bool lc_ch_cfg_r13_present = false;
754  uint8_t eps_bearer_id_r13 = 0;
755  uint8_t drb_id_r13 = 1;
758  uint8_t lc_ch_id_r13 = 3;
760  // ...
761  // group 0
763 
764  // sequence methods
765  SRSASN_CODE pack(bit_ref& bref) const;
767  void to_json(json_writer& j) const;
768 };
769 
770 // DRX-Config-NB-r13 ::= CHOICE
771 struct drx_cfg_nb_r13_c {
772  struct setup_s_ {
773  struct on_dur_timer_r13_opts {
774  enum options { pp1, pp2, pp3, pp4, pp8, pp16, pp32, spare, nulltype } value;
775  typedef uint8_t number_type;
776 
777  const char* to_string() const;
778  uint8_t to_number() const;
779  };
783  typedef uint8_t number_type;
784 
785  const char* to_string() const;
786  uint8_t to_number() const;
787  };
790  enum options {
792  pp1,
793  pp2,
794  pp4,
795  pp6,
808  } value;
809  typedef uint8_t number_type;
810 
811  const char* to_string() const;
812  uint8_t to_number() const;
813  };
816  enum options {
818  sf512,
819  sf1024,
820  sf1536,
821  sf2048,
834  } value;
835  typedef uint16_t number_type;
836 
837  const char* to_string() const;
838  uint16_t to_number() const;
839  };
842  enum options {
844  pp1,
845  pp2,
846  pp4,
847  pp6,
861  } value;
862  typedef uint16_t number_type;
863 
864  const char* to_string() const;
865  uint16_t to_number() const;
866  };
868 
869  // member variables
874  uint16_t drx_start_offset_r13 = 0;
876  };
877  using types = setup_e;
878 
879  // choice methods
880  drx_cfg_nb_r13_c() = default;
881  void set(types::options e = types::nulltype);
882  types type() const { return type_; }
883  SRSASN_CODE pack(bit_ref& bref) const;
884  SRSASN_CODE unpack(cbit_ref& bref);
885  void to_json(json_writer& j) const;
886  // getters
887  setup_s_& setup()
888  {
889  assert_choice_type(types::setup, type_, "DRX-Config-NB-r13");
890  return c;
891  }
892  const setup_s_& setup() const
893  {
894  assert_choice_type(types::setup, type_, "DRX-Config-NB-r13");
895  return c;
896  }
897  void set_release();
898  setup_s_& set_setup();
899 
900 private:
901  types type_;
902  setup_s_ c;
903 };
904 
905 // NPDCCH-ConfigDedicated-NB-r13 ::= SEQUENCE
907  struct npdcch_num_repeats_r13_opts {
908  enum options {
909  r1,
910  r2,
911  r4,
912  r8,
913  r16,
926  } value;
927  typedef uint16_t number_type;
928 
929  const char* to_string() const;
930  uint16_t to_number() const;
931  };
934  enum options { v1dot5, v2, v4, v8, v16, v32, v48, v64, nulltype } value;
935  typedef float number_type;
936 
937  const char* to_string() const;
938  float to_number() const;
939  const char* to_number_string() const;
940  };
944  typedef float number_type;
945 
946  const char* to_string() const;
947  float to_number() const;
948  const char* to_number_string() const;
949  };
951 
952  // member variables
956 
957  // sequence methods
958  SRSASN_CODE pack(bit_ref& bref) const;
959  SRSASN_CODE unpack(cbit_ref& bref);
960  void to_json(json_writer& j) const;
961 };
962 
963 // NPDCCH-ConfigDedicated-NB-v1530 ::= SEQUENCE
965  struct npdcch_start_sf_uss_v1530_opts {
966  enum options { v96, v128, nulltype } value;
967  typedef uint8_t number_type;
968 
969  const char* to_string() const;
970  uint8_t to_number() const;
971  };
973 
974  // member variables
976 
977  // sequence methods
978  SRSASN_CODE pack(bit_ref& bref) const;
979  SRSASN_CODE unpack(cbit_ref& bref);
980  void to_json(json_writer& j) const;
981 };
982 
983 // NPUSCH-ConfigDedicated-NB-r13 ::= SEQUENCE
986  bool npusch_all_symbols_r13_present = false;
987  bool group_hop_disabled_r13_present = false;
989  bool npusch_all_symbols_r13 = false;
990 
991  // sequence methods
992  SRSASN_CODE pack(bit_ref& bref) const;
994  void to_json(json_writer& j) const;
995 };
996 
997 // PeriodicBSR-Timer-NB-r13 ::= ENUMERATED
1000  typedef int16_t number_type;
1001 
1002  const char* to_string() const;
1003  int16_t to_number() const;
1004 };
1007 // RetxBSR-Timer-NB-r13 ::= ENUMERATED
1010  typedef int16_t number_type;
1011 
1012  const char* to_string() const;
1013  int16_t to_number() const;
1014 };
1017 // SR-SPS-BSR-Config-NB-r15 ::= CHOICE
1019  struct setup_s_ {
1020  struct semi_persist_sched_interv_ul_r15_opts {
1022  typedef uint16_t number_type;
1024  const char* to_string() const;
1025  uint16_t to_number() const;
1026  };
1029  // member variables
1032  };
1033  using types = setup_e;
1034 
1035  // choice methods
1036  sr_sps_bsr_cfg_nb_r15_c() = default;
1037  void set(types::options e = types::nulltype);
1038  types type() const { return type_; }
1039  SRSASN_CODE pack(bit_ref& bref) const;
1040  SRSASN_CODE unpack(cbit_ref& bref);
1041  void to_json(json_writer& j) const;
1042  // getters
1043  setup_s_& setup()
1044  {
1045  assert_choice_type(types::setup, type_, "SR-SPS-BSR-Config-NB-r15");
1046  return c;
1047  }
1048  const setup_s_& setup() const
1049  {
1050  assert_choice_type(types::setup, type_, "SR-SPS-BSR-Config-NB-r15");
1051  return c;
1052  }
1053  void set_release();
1054  setup_s_& set_setup();
1055 
1056 private:
1057  types type_;
1058  setup_s_ c;
1059 };
1060 
1061 // SR-WithoutHARQ-ACK-Config-NB-r15 ::= CHOICE
1063  struct setup_s_ {
1064  bool sr_prohibit_timer_r15_present = false;
1068  };
1069  using types = setup_e;
1071  // choice methods
1073  void set(types::options e = types::nulltype);
1074  types type() const { return type_; }
1075  SRSASN_CODE pack(bit_ref& bref) const;
1076  SRSASN_CODE unpack(cbit_ref& bref);
1077  void to_json(json_writer& j) const;
1078  // getters
1079  setup_s_& setup()
1080  {
1081  assert_choice_type(types::setup, type_, "SR-WithoutHARQ-ACK-Config-NB-r15");
1082  return c;
1083  }
1084  const setup_s_& setup() const
1085  {
1086  assert_choice_type(types::setup, type_, "SR-WithoutHARQ-ACK-Config-NB-r15");
1087  return c;
1088  }
1089  void set_release();
1090  setup_s_& set_setup();
1091 
1092 private:
1093  types type_;
1094  setup_s_ c;
1095 };
1096 
1097 // SRB-ToAddMod-NB-r13 ::= SEQUENCE
1098 struct srb_to_add_mod_nb_r13_s {
1099  struct rlc_cfg_r13_c_ {
1100  struct types_opts {
1103  const char* to_string() const;
1104  };
1105  typedef enumerated<types_opts> types;
1107  // choice methods
1108  rlc_cfg_r13_c_() = default;
1109  void set(types::options e = types::nulltype);
1110  types type() const { return type_; }
1111  SRSASN_CODE pack(bit_ref& bref) const;
1112  SRSASN_CODE unpack(cbit_ref& bref);
1113  void to_json(json_writer& j) const;
1114  // getters
1116  {
1117  assert_choice_type(types::explicit_value, type_, "rlc-Config-r13");
1118  return c;
1119  }
1120  const rlc_cfg_nb_r13_c& explicit_value() const
1121  {
1122  assert_choice_type(types::explicit_value, type_, "rlc-Config-r13");
1123  return c;
1124  }
1126  void set_default_value();
1127 
1128  private:
1129  types type_;
1131  };
1132  struct lc_ch_cfg_r13_c_ {
1133  struct types_opts {
1135 
1136  const char* to_string() const;
1137  };
1139 
1140  // choice methods
1141  lc_ch_cfg_r13_c_() = default;
1142  void set(types::options e = types::nulltype);
1143  types type() const { return type_; }
1144  SRSASN_CODE pack(bit_ref& bref) const;
1145  SRSASN_CODE unpack(cbit_ref& bref);
1146  void to_json(json_writer& j) const;
1147  // getters
1149  {
1150  assert_choice_type(types::explicit_value, type_, "logicalChannelConfig-r13");
1151  return c;
1152  }
1153  const lc_ch_cfg_nb_r13_s& explicit_value() const
1154  {
1155  assert_choice_type(types::explicit_value, type_, "logicalChannelConfig-r13");
1156  return c;
1157  }
1159  void set_default_value();
1160 
1161  private:
1162  types type_;
1164  };
1165 
1166  // member variables
1167  bool ext = false;
1168  bool rlc_cfg_r13_present = false;
1169  bool lc_ch_cfg_r13_present = false;
1172  // ...
1173  // group 0
1176  // sequence methods
1177  SRSASN_CODE pack(bit_ref& bref) const;
1179  void to_json(json_writer& j) const;
1180 };
1181 
1182 // UplinkPowerControlDedicated-NB-r13 ::= SEQUENCE
1183 struct ul_pwr_ctrl_ded_nb_r13_s {
1184  int8_t p0_ue_npusch_r13 = -8;
1185 
1186  // sequence methods
1187  SRSASN_CODE pack(bit_ref& bref) const;
1188  SRSASN_CODE unpack(cbit_ref& bref);
1189  void to_json(json_writer& j) const;
1190 };
1192 // DRB-ToAddModList-NB-r13 ::= SEQUENCE (SIZE (1..2)) OF DRB-ToAddMod-NB-r13
1194 
1195 // DRB-ToReleaseList-NB-r13 ::= SEQUENCE (SIZE (1..2)) OF INTEGER (1..32)
1197 
1198 // MAC-MainConfig-NB-r13 ::= SEQUENCE
1199 struct mac_main_cfg_nb_r13_s {
1200  struct ul_sch_cfg_r13_s_ {
1204  };
1205  struct lc_ch_sr_cfg_r13_c_ {
1206  struct setup_s_ {
1207  struct lc_ch_sr_prohibit_timer_r13_opts {
1209  typedef uint16_t number_type;
1211  const char* to_string() const;
1212  uint16_t to_number() const;
1213  };
1216  // member variables
1218  };
1219  using types = setup_e;
1220 
1221  // choice methods
1222  lc_ch_sr_cfg_r13_c_() = default;
1223  void set(types::options e = types::nulltype);
1224  types type() const { return type_; }
1225  SRSASN_CODE pack(bit_ref& bref) const;
1226  SRSASN_CODE unpack(cbit_ref& bref);
1227  void to_json(json_writer& j) const;
1228  // getters
1229  setup_s_& setup()
1230  {
1231  assert_choice_type(types::setup, type_, "logicalChannelSR-Config-r13");
1232  return c;
1233  }
1234  const setup_s_& setup() const
1235  {
1236  assert_choice_type(types::setup, type_, "logicalChannelSR-Config-r13");
1237  return c;
1238  }
1239  void set_release();
1240  setup_s_& set_setup();
1241 
1242  private:
1243  types type_;
1244  setup_s_ c;
1245  };
1247  struct setup_s_ {
1249  };
1250  using types = setup_e;
1252  // choice methods
1254  void set(types::options e = types::nulltype);
1255  types type() const { return type_; }
1256  SRSASN_CODE pack(bit_ref& bref) const;
1257  SRSASN_CODE unpack(cbit_ref& bref);
1258  void to_json(json_writer& j) const;
1259  // getters
1260  setup_s_& setup()
1261  {
1262  assert_choice_type(types::setup, type_, "dataInactivityTimerConfig-r14");
1263  return c;
1264  }
1265  const setup_s_& setup() const
1266  {
1267  assert_choice_type(types::setup, type_, "dataInactivityTimerConfig-r14");
1268  return c;
1269  }
1270  void set_release();
1271  setup_s_& set_setup();
1272 
1273  private:
1274  types type_;
1275  setup_s_ c;
1276  };
1277  struct drx_cycle_v1430_opts {
1279  typedef uint16_t number_type;
1280 
1281  const char* to_string() const;
1282  uint16_t to_number() const;
1283  };
1286  // member variables
1287  bool ext = false;
1288  bool ul_sch_cfg_r13_present = false;
1289  bool drx_cfg_r13_present = false;
1290  bool lc_ch_sr_cfg_r13_present = false;
1295  // ...
1296  // group 0
1299  // group 1
1302  // group 2
1303  bool ra_cfra_cfg_r14_present = false;
1304 
1305  // sequence methods
1306  SRSASN_CODE pack(bit_ref& bref) const;
1307  SRSASN_CODE unpack(cbit_ref& bref);
1308  void to_json(json_writer& j) const;
1309 };
1310 
1311 // PhysicalConfigDedicated-NB-r13 ::= SEQUENCE
1312 struct phys_cfg_ded_nb_r13_s {
1313  bool ext = false;
1314  bool carrier_cfg_ded_r13_present = false;
1315  bool npdcch_cfg_ded_r13_present = false;
1316  bool npusch_cfg_ded_r13_present = false;
1317  bool ul_pwr_ctrl_ded_r13_present = false;
1322  // ...
1323  // group 0
1325  // group 1
1327  // group 2
1329  // group 3
1330  bool add_tx_sib1_cfg_v1540_present = false;
1331 
1332  // sequence methods
1333  SRSASN_CODE pack(bit_ref& bref) const;
1335  void to_json(json_writer& j) const;
1336 };
1337 
1338 // RLF-TimersAndConstants-NB-r13 ::= CHOICE
1340  struct setup_s_ {
1341  struct t301_r13_opts {
1343  typedef uint16_t number_type;
1344 
1345  const char* to_string() const;
1346  uint16_t to_number() const;
1347  };
1349  struct t310_r13_opts {
1351  typedef uint16_t number_type;
1352 
1353  const char* to_string() const;
1354  uint16_t to_number() const;
1355  };
1357  struct n310_r13_opts {
1358  enum options { n1, n2, n3, n4, n6, n8, n10, n20, nulltype } value;
1359  typedef uint8_t number_type;
1360 
1361  const char* to_string() const;
1362  uint8_t to_number() const;
1363  };
1365  struct t311_r13_opts {
1367  typedef uint16_t number_type;
1368 
1369  const char* to_string() const;
1370  uint16_t to_number() const;
1371  };
1373  struct n311_r13_opts {
1374  enum options { n1, n2, n3, n4, n5, n6, n8, n10, nulltype } value;
1375  typedef uint8_t number_type;
1376 
1377  const char* to_string() const;
1378  uint8_t to_number() const;
1379  };
1383  typedef uint32_t number_type;
1384 
1385  const char* to_string() const;
1386  uint32_t to_number() const;
1387  };
1391  typedef uint32_t number_type;
1392 
1393  const char* to_string() const;
1394  uint32_t to_number() const;
1395  };
1399  typedef uint32_t number_type;
1400 
1401  const char* to_string() const;
1402  uint32_t to_number() const;
1403  };
1406  // member variables
1407  bool ext = false;
1413  // ...
1414  // group 0
1415  bool t311_v1350_present = false;
1417  // group 1
1418  bool t301_v1530_present = false;
1419  bool t311_v1530_present = false;
1422 
1423  // sequence methods
1424  SRSASN_CODE pack(bit_ref& bref) const;
1425  SRSASN_CODE unpack(cbit_ref& bref);
1426  void to_json(json_writer& j) const;
1427  };
1428  using types = setup_e;
1430  // choice methods
1431  rlf_timers_and_consts_nb_r13_c() = default;
1432  void set(types::options e = types::nulltype);
1433  types type() const { return type_; }
1434  SRSASN_CODE pack(bit_ref& bref) const;
1435  SRSASN_CODE unpack(cbit_ref& bref);
1436  void to_json(json_writer& j) const;
1437  // getters
1438  setup_s_& setup()
1439  {
1440  assert_choice_type(types::setup, type_, "RLF-TimersAndConstants-NB-r13");
1441  return c;
1442  }
1443  const setup_s_& setup() const
1444  {
1445  assert_choice_type(types::setup, type_, "RLF-TimersAndConstants-NB-r13");
1446  return c;
1447  }
1448  void set_release();
1449  setup_s_& set_setup();
1450 
1451 private:
1452  types type_;
1453  setup_s_ c;
1454 };
1455 
1456 // SRB-ToAddModList-NB-r13 ::= SEQUENCE (SIZE (1)) OF SRB-ToAddMod-NB-r13
1457 using srb_to_add_mod_list_nb_r13_l = std::array<srb_to_add_mod_nb_r13_s, 1>;
1458 
1459 // SchedulingRequestConfig-NB-r15 ::= SEQUENCE
1461  bool ext = false;
1462  bool sr_with_harq_ack_cfg_r15_present = false;
1464  bool sr_sps_bsr_cfg_r15_present = false;
1467  // ...
1469  // sequence methods
1470  SRSASN_CODE pack(bit_ref& bref) const;
1472  void to_json(json_writer& j) const;
1473 };
1475 // RadioResourceConfigDedicated-NB-r13 ::= SEQUENCE
1476 struct rr_cfg_ded_nb_r13_s {
1477  struct mac_main_cfg_r13_c_ {
1478  struct types_opts {
1480 
1481  const char* to_string() const;
1482  };
1483  typedef enumerated<types_opts> types;
1485  // choice methods
1486  mac_main_cfg_r13_c_() = default;
1487  void set(types::options e = types::nulltype);
1488  types type() const { return type_; }
1489  SRSASN_CODE pack(bit_ref& bref) const;
1490  SRSASN_CODE unpack(cbit_ref& bref);
1491  void to_json(json_writer& j) const;
1492  // getters
1494  {
1495  assert_choice_type(types::explicit_value_r13, type_, "mac-MainConfig-r13");
1496  return c;
1497  }
1499  {
1500  assert_choice_type(types::explicit_value_r13, type_, "mac-MainConfig-r13");
1501  return c;
1502  }
1504  void set_default_value_r13();
1505 
1506  private:
1507  types type_;
1509  };
1510 
1511  // member variables
1512  bool ext = false;
1513  bool srb_to_add_mod_list_r13_present = false;
1514  bool drb_to_add_mod_list_r13_present = false;
1517  bool phys_cfg_ded_r13_present = false;
1518  bool rlf_timers_and_consts_r13_present = false;
1525  // ...
1526  // group 0
1529  // sequence methods
1530  SRSASN_CODE pack(bit_ref& bref) const;
1532  void to_json(json_writer& j) const;
1533 };
1534 
1535 // AS-Config-NB ::= SEQUENCE
1536 struct as_cfg_nb_s {
1537  bool ext = false;
1542  // ...
1543  // group 0
1546  // sequence methods
1547  SRSASN_CODE pack(bit_ref& bref) const;
1549  void to_json(json_writer& j) const;
1550 };
1551 
1552 // ReestablishmentInfo-NB ::= SEQUENCE
1553 struct reest_info_nb_s {
1554  bool ext = false;
1555  bool add_reestab_info_list_r13_present = false;
1556  uint16_t source_pci_r13 = 0;
1559  // ...
1560 
1561  // sequence methods
1562  SRSASN_CODE pack(bit_ref& bref) const;
1564  void to_json(json_writer& j) const;
1565 };
1567 // AS-Context-NB ::= SEQUENCE
1568 struct as_context_nb_s {
1569  bool ext = false;
1570  bool reest_info_r13_present = false;
1572  // ...
1573 
1574  // sequence methods
1575  SRSASN_CODE pack(bit_ref& bref) const;
1577  void to_json(json_writer& j) const;
1578 };
1580 // AdditionalBandInfoList-NB-r14 ::= SEQUENCE (SIZE (1..8)) OF INTEGER (1..256)
1582 
1583 // ChannelRasterOffset-NB-r13 ::= ENUMERATED
1586  typedef float number_type;
1587 
1588  const char* to_string() const;
1589  float to_number() const;
1590  const char* to_number_string() const;
1591 };
1594 // Guardband-NB-r13 ::= SEQUENCE
1595 struct guardband_nb_r13_s {
1598 
1599  // sequence methods
1600  SRSASN_CODE pack(bit_ref& bref) const;
1601  SRSASN_CODE unpack(cbit_ref& bref);
1602  void to_json(json_writer& j) const;
1603 };
1605 // Inband-DifferentPCI-NB-r13 ::= SEQUENCE
1607  struct eutra_num_crs_ports_r13_opts {
1608  enum options { same, four, nulltype } value;
1609  typedef uint8_t number_type;
1610 
1611  const char* to_string() const;
1612  uint8_t to_number() const;
1613  };
1616  // member variables
1620 
1621  // sequence methods
1622  SRSASN_CODE pack(bit_ref& bref) const;
1623  SRSASN_CODE unpack(cbit_ref& bref);
1624  void to_json(json_writer& j) const;
1625 };
1627 // Inband-SamePCI-NB-r13 ::= SEQUENCE
1628 struct inband_same_pci_nb_r13_s {
1629  uint8_t eutra_crs_seq_info_r13 = 0;
1630 
1631  // sequence methods
1632  SRSASN_CODE pack(bit_ref& bref) const;
1633  SRSASN_CODE unpack(cbit_ref& bref);
1634  void to_json(json_writer& j) const;
1635 };
1637 // Standalone-NB-r13 ::= SEQUENCE
1638 struct standalone_nb_r13_s {
1640 
1641  // sequence methods
1642  SRSASN_CODE pack(bit_ref& bref) const;
1643  SRSASN_CODE unpack(cbit_ref& bref);
1644  void to_json(json_writer& j) const;
1645 };
1647 // MasterInformationBlock-NB ::= SEQUENCE
1648 struct mib_nb_s {
1649  struct operation_mode_info_r13_c_ {
1650  struct types_opts {
1652  typedef uint8_t number_type;
1653 
1654  const char* to_string() const;
1655  uint8_t to_number() const;
1656  };
1659  // choice methods
1664  void set(types::options e = types::nulltype);
1665  types type() const { return type_; }
1666  SRSASN_CODE pack(bit_ref& bref) const;
1667  SRSASN_CODE unpack(cbit_ref& bref);
1668  void to_json(json_writer& j) const;
1669  // getters
1671  {
1672  assert_choice_type(types::inband_same_pci_r13, type_, "operationModeInfo-r13");
1674  }
1676  {
1677  assert_choice_type(types::inband_different_pci_r13, type_, "operationModeInfo-r13");
1679  }
1681  {
1682  assert_choice_type(types::guardband_r13, type_, "operationModeInfo-r13");
1683  return c.get<guardband_nb_r13_s>();
1684  }
1686  {
1687  assert_choice_type(types::standalone_r13, type_, "operationModeInfo-r13");
1688  return c.get<standalone_nb_r13_s>();
1689  }
1691  {
1692  assert_choice_type(types::inband_same_pci_r13, type_, "operationModeInfo-r13");
1694  }
1696  {
1697  assert_choice_type(types::inband_different_pci_r13, type_, "operationModeInfo-r13");
1699  }
1700  const guardband_nb_r13_s& guardband_r13() const
1701  {
1702  assert_choice_type(types::guardband_r13, type_, "operationModeInfo-r13");
1703  return c.get<guardband_nb_r13_s>();
1704  }
1705  const standalone_nb_r13_s& standalone_r13() const
1706  {
1707  assert_choice_type(types::standalone_r13, type_, "operationModeInfo-r13");
1708  return c.get<standalone_nb_r13_s>();
1709  }
1714 
1715  private:
1716  types type_;
1718 
1719  void destroy_();
1720  };
1721 
1722  // member variables
1725  uint8_t sched_info_sib1_r13 = 0;
1726  uint8_t sys_info_value_tag_r13 = 0;
1727  bool ab_enabled_r13 = false;
1729  bool add_tx_sib1_r15 = false;
1732  // sequence methods
1733  SRSASN_CODE pack(bit_ref& bref) const;
1735  void to_json(json_writer& j) const;
1736 };
1738 // BCCH-BCH-MessageType-NB ::= MasterInformationBlock-NB
1740 
1741 // BCCH-BCH-Message-NB ::= SEQUENCE
1742 struct bcch_bch_msg_nb_s {
1744 
1745  // sequence methods
1746  SRSASN_CODE pack(bit_ref& bref) const;
1748  void to_json(json_writer& j) const;
1749 };
1751 // SIB-GuardbandAnchorTDD-NB-r15 ::= SEQUENCE
1754 
1755  // sequence methods
1756  SRSASN_CODE pack(bit_ref& bref) const;
1757  SRSASN_CODE unpack(cbit_ref& bref);
1758  void to_json(json_writer& j) const;
1759 };
1761 // SIB-GuardbandGuardbandTDD-NB-r15 ::= SEQUENCE
1763  struct sib_guardband_guardband_location_r15_opts {
1764  enum options { same, opposite, nulltype } value;
1765 
1766  const char* to_string() const;
1767  };
1769 
1770  // member variables
1773  // sequence methods
1774  SRSASN_CODE pack(bit_ref& bref) const;
1775  SRSASN_CODE unpack(cbit_ref& bref);
1776  void to_json(json_writer& j) const;
1777 };
1778 
1779 // SIB-GuardbandInbandDiffPCI-TDD-NB-r15 ::= SEQUENCE
1781  struct sib_eutra_num_crs_ports_r15_opts {
1782  enum options { same, four, nulltype } value;
1783  typedef uint8_t number_type;
1784 
1785  const char* to_string() const;
1786  uint8_t to_number() const;
1787  };
1790  // member variables
1792 
1793  // sequence methods
1794  SRSASN_CODE pack(bit_ref& bref) const;
1795  SRSASN_CODE unpack(cbit_ref& bref);
1796  void to_json(json_writer& j) const;
1797 };
1798 
1799 // SIB-GuardbandInbandSamePCI-TDD-NB-r15 ::= SEQUENCE
1802 
1803  // sequence methods
1804  SRSASN_CODE pack(bit_ref& bref) const;
1805  SRSASN_CODE unpack(cbit_ref& bref);
1806  void to_json(json_writer& j) const;
1807 };
1809 // GuardbandTDD-NB-r15 ::= SEQUENCE
1810 struct guardband_tdd_nb_r15_s {
1811  struct sib_guardband_info_r15_c_ {
1812  struct types_opts {
1813  enum options {
1821  const char* to_string() const;
1822  };
1825  // choice methods
1830  void set(types::options e = types::nulltype);
1831  types type() const { return type_; }
1832  SRSASN_CODE pack(bit_ref& bref) const;
1833  SRSASN_CODE unpack(cbit_ref& bref);
1834  void to_json(json_writer& j) const;
1835  // getters
1837  {
1838  assert_choice_type(types::sib_guardband_anchor_r15, type_, "sib-GuardbandInfo-r15");
1840  }
1842  {
1843  assert_choice_type(types::sib_guardband_guardband_r15, type_, "sib-GuardbandInfo-r15");
1845  }
1847  {
1848  assert_choice_type(types::sib_guardband_inband_same_pci_r15, type_, "sib-GuardbandInfo-r15");
1850  }
1852  {
1853  assert_choice_type(types::sib_guardbandinband_diff_pci_r15, type_, "sib-GuardbandInfo-r15");
1855  }
1857  {
1858  assert_choice_type(types::sib_guardband_anchor_r15, type_, "sib-GuardbandInfo-r15");
1860  }
1862  {
1863  assert_choice_type(types::sib_guardband_guardband_r15, type_, "sib-GuardbandInfo-r15");
1865  }
1867  {
1868  assert_choice_type(types::sib_guardband_inband_same_pci_r15, type_, "sib-GuardbandInfo-r15");
1870  }
1872  {
1873  assert_choice_type(types::sib_guardbandinband_diff_pci_r15, type_, "sib-GuardbandInfo-r15");
1875  }
1880 
1881  private:
1882  types type_;
1887  c;
1888 
1889  void destroy_();
1890  };
1891  struct eutra_bandwitdh_r15_opts {
1892  enum options { bw5or10, bw15or20, nulltype } value;
1893  typedef uint8_t number_type;
1894 
1895  const char* to_string() const;
1896  uint8_t to_number() const;
1897  };
1900  // member variables
1904 
1905  // sequence methods
1906  SRSASN_CODE pack(bit_ref& bref) const;
1907  SRSASN_CODE unpack(cbit_ref& bref);
1908  void to_json(json_writer& j) const;
1909 };
1911 // Inband-DifferentPCI-TDD-NB-r15 ::= SEQUENCE
1913  struct eutra_num_crs_ports_r15_opts {
1914  enum options { same, four, nulltype } value;
1915  typedef uint8_t number_type;
1916 
1917  const char* to_string() const;
1918  uint8_t to_number() const;
1919  };
1924  const char* to_string() const;
1925  };
1927 
1928  // member variables
1933 
1934  // sequence methods
1935  SRSASN_CODE pack(bit_ref& bref) const;
1936  SRSASN_CODE unpack(cbit_ref& bref);
1937  void to_json(json_writer& j) const;
1938 };
1940 // Inband-SamePCI-TDD-NB-r15 ::= SEQUENCE
1943  enum options { lower, higher, nulltype } value;
1944 
1945  const char* to_string() const;
1946  };
1948 
1949  // member variables
1952 
1953  // sequence methods
1954  SRSASN_CODE pack(bit_ref& bref) const;
1956  void to_json(json_writer& j) const;
1957 };
1959 // StandaloneTDD-NB-r15 ::= SEQUENCE
1960 struct standalone_tdd_nb_r15_s {
1961  struct sib_standalone_location_r15_opts {
1962  enum options { lower, higher, nulltype } value;
1963 
1964  const char* to_string() const;
1965  };
1967 
1968  // member variables
1971 
1972  // sequence methods
1973  SRSASN_CODE pack(bit_ref& bref) const;
1975  void to_json(json_writer& j) const;
1976 };
1978 // MasterInformationBlock-TDD-NB-r15 ::= SEQUENCE
1979 struct mib_tdd_nb_r15_s {
1980  struct operation_mode_info_r15_c_ {
1981  struct types_opts {
1983  typedef uint8_t number_type;
1984 
1985  const char* to_string() const;
1986  uint8_t to_number() const;
1987  };
1990  // choice methods
1995  void set(types::options e = types::nulltype);
1996  types type() const { return type_; }
1997  SRSASN_CODE pack(bit_ref& bref) const;
1998  SRSASN_CODE unpack(cbit_ref& bref);
1999  void to_json(json_writer& j) const;
2000  // getters
2002  {
2003  assert_choice_type(types::inband_same_pci_r15, type_, "operationModeInfo-r15");
2005  }
2007  {
2008  assert_choice_type(types::inband_different_pci_r15, type_, "operationModeInfo-r15");
2010  }
2012  {
2013  assert_choice_type(types::guardband_r15, type_, "operationModeInfo-r15");
2014  return c.get<guardband_tdd_nb_r15_s>();
2015  }
2017  {
2018  assert_choice_type(types::standalone_r15, type_, "operationModeInfo-r15");
2020  }
2022  {
2023  assert_choice_type(types::inband_same_pci_r15, type_, "operationModeInfo-r15");
2025  }
2027  {
2028  assert_choice_type(types::inband_different_pci_r15, type_, "operationModeInfo-r15");
2030  }
2031  const guardband_tdd_nb_r15_s& guardband_r15() const
2032  {
2033  assert_choice_type(types::guardband_r15, type_, "operationModeInfo-r15");
2034  return c.get<guardband_tdd_nb_r15_s>();
2035  }
2037  {
2038  assert_choice_type(types::standalone_r15, type_, "operationModeInfo-r15");
2040  }
2045 
2046  private:
2047  types type_;
2052  c;
2053 
2054  void destroy_();
2055  };
2057  enum options { anchor, non_anchor, nulltype } value;
2058 
2059  const char* to_string() const;
2060  };
2062 
2063  // member variables
2066  uint8_t sched_info_sib1_r15 = 0;
2067  uint8_t sys_info_value_tag_r15 = 0;
2068  bool ab_enabled_r15 = false;
2073  // sequence methods
2074  SRSASN_CODE pack(bit_ref& bref) const;
2076  void to_json(json_writer& j) const;
2077 };
2079 // BCCH-BCH-MessageType-TDD-NB-r15 ::= MasterInformationBlock-TDD-NB-r15
2081 
2082 // BCCH-BCH-Message-TDD-NB ::= SEQUENCE
2083 struct bcch_bch_msg_tdd_nb_s {
2085 
2086  // sequence methods
2087  SRSASN_CODE pack(bit_ref& bref) const;
2089  void to_json(json_writer& j) const;
2090 };
2092 // NS-PmaxValue-NB-r13 ::= SEQUENCE
2093 struct ns_pmax_value_nb_r13_s {
2094  bool add_pmax_r13_present = false;
2095  int8_t add_pmax_r13 = -30;
2096  uint8_t add_spec_emission_r13 = 1;
2097 
2098  // sequence methods
2099  SRSASN_CODE pack(bit_ref& bref) const;
2100  SRSASN_CODE unpack(cbit_ref& bref);
2101  void to_json(json_writer& j) const;
2102 };
2104 // SIB-Type-NB-v1530 ::= ENUMERATED
2105 struct sib_type_nb_v1530_opts {
2107  typedef uint8_t number_type;
2108 
2109  const char* to_string() const;
2110  uint8_t to_number() const;
2111 };
2114 // NS-PmaxList-NB-r13 ::= SEQUENCE (SIZE (1..4)) OF NS-PmaxValue-NB-r13
2116 
2117 // NSSS-RRM-Config-NB-r15 ::= SEQUENCE
2118 struct nsss_rrm_cfg_nb_r15_s {
2119  struct nsss_rrm_pwr_offset_r15_opts {
2121  typedef int8_t number_type;
2122 
2123  const char* to_string() const;
2124  int8_t to_number() const;
2125  };
2128  enum options { n1, n2, n4, n8, nulltype } value;
2129  typedef uint8_t number_type;
2130 
2131  const char* to_string() const;
2132  uint8_t to_number() const;
2133  };
2136  // member variables
2140 
2141  // sequence methods
2142  SRSASN_CODE pack(bit_ref& bref) const;
2143  SRSASN_CODE unpack(cbit_ref& bref);
2144  void to_json(json_writer& j) const;
2145 };
2147 // SIB-MappingInfo-NB-v1530 ::= SEQUENCE (SIZE (1..8)) OF SIB-Type-NB-v1530
2149 
2150 // EDT-TBS-NB-r15 ::= SEQUENCE
2151 struct edt_tbs_nb_r15_s {
2152  struct edt_tbs_r15_opts {
2153  enum options { b328, b408, b504, b584, b680, b808, b936, b1000, nulltype } value;
2154  typedef uint16_t number_type;
2155 
2156  const char* to_string() const;
2157  uint16_t to_number() const;
2158  };
2161  // member variables
2164 
2165  // sequence methods
2166  SRSASN_CODE pack(bit_ref& bref) const;
2168  void to_json(json_writer& j) const;
2169 };
2171 // InterFreqNeighCellInfo-NB-v1530 ::= SEQUENCE
2173  bool nsss_rrm_cfg_r15_present = false;
2175 
2176  // sequence methods
2177  SRSASN_CODE pack(bit_ref& bref) const;
2178  SRSASN_CODE unpack(cbit_ref& bref);
2179  void to_json(json_writer& j) const;
2180 };
2182 // MultiBandInfo-NB-r13 ::= SEQUENCE
2183 struct multi_band_info_nb_r13_s {
2184  bool freq_band_ind_r13_present = false;
2185  bool freq_band_info_r13_present = false;
2186  uint16_t freq_band_ind_r13 = 1;
2188 
2189  // sequence methods
2190  SRSASN_CODE pack(bit_ref& bref) const;
2192  void to_json(json_writer& j) const;
2193 };
2195 // NPRACH-Parameters-NB-r13 ::= SEQUENCE
2196 struct nprach_params_nb_r13_s {
2197  struct nprach_periodicity_r13_opts {
2199  typedef uint16_t number_type;
2200 
2201  const char* to_string() const;
2202  uint16_t to_number() const;
2203  };
2207  typedef uint16_t number_type;
2208 
2209  const char* to_string() const;
2210  uint16_t to_number() const;
2211  };
2215  typedef uint8_t number_type;
2216 
2217  const char* to_string() const;
2218  uint8_t to_number() const;
2219  };
2223  typedef uint8_t number_type;
2224 
2225  const char* to_string() const;
2226  uint8_t to_number() const;
2227  };
2231  typedef float number_type;
2232 
2233  const char* to_string() const;
2234  float to_number() const;
2235  const char* to_number_string() const;
2236  };
2239  enum options { n3, n4, n5, n6, n7, n8, n10, spare1, nulltype } value;
2240  typedef uint8_t number_type;
2241 
2242  const char* to_string() const;
2243  uint8_t to_number() const;
2244  };
2247  enum options { n1, n2, n4, n8, n16, n32, n64, n128, nulltype } value;
2248  typedef uint8_t number_type;
2249 
2250  const char* to_string() const;
2251  uint8_t to_number() const;
2252  };
2255  enum options {
2257  r2,
2258  r4,
2259  r8,
2260  r16,
2274  typedef uint16_t number_type;
2276  const char* to_string() const;
2277  uint16_t to_number() const;
2278  };
2281  enum options { v1dot5, v2, v4, v8, v16, v32, v48, v64, nulltype } value;
2282  typedef float number_type;
2283 
2284  const char* to_string() const;
2285  float to_number() const;
2286  const char* to_number_string() const;
2287  };
2291  typedef float number_type;
2292 
2293  const char* to_string() const;
2294  float to_number() const;
2295  const char* to_number_string() const;
2296  };
2299  // member variables
2311  // sequence methods
2312  SRSASN_CODE pack(bit_ref& bref) const;
2314  void to_json(json_writer& j) const;
2315 };
2317 // NPRACH-Parameters-NB-r14 ::= SEQUENCE
2318 struct nprach_params_nb_r14_s {
2319  struct nprach_params_r14_s_ {
2320  struct nprach_periodicity_r14_opts {
2322  typedef uint16_t number_type;
2323 
2324  const char* to_string() const;
2325  uint16_t to_number() const;
2326  };
2330  typedef uint16_t number_type;
2331 
2332  const char* to_string() const;
2333  uint16_t to_number() const;
2334  };
2338  typedef uint8_t number_type;
2339 
2340  const char* to_string() const;
2341  uint8_t to_number() const;
2342  };
2346  typedef uint8_t number_type;
2347 
2348  const char* to_string() const;
2349  uint8_t to_number() const;
2350  };
2354  typedef float number_type;
2355 
2356  const char* to_string() const;
2357  float to_number() const;
2358  const char* to_number_string() const;
2359  };
2362  enum options {
2363  r1,
2364  r2,
2365  r4,
2366  r8,
2367  r16,
2381  typedef uint16_t number_type;
2383  const char* to_string() const;
2384  uint16_t to_number() const;
2385  };
2388  enum options { v1dot5, v2, v4, v8, v16, v32, v48, v64, nulltype } value;
2389  typedef float number_type;
2390 
2391  const char* to_string() const;
2392  float to_number() const;
2393  const char* to_number_string() const;
2394  };
2398  typedef float number_type;
2399 
2400  const char* to_string() const;
2401  float to_number() const;
2402  const char* to_number_string() const;
2403  };
2407  typedef uint8_t number_type;
2408 
2409  const char* to_string() const;
2410  uint8_t to_number() const;
2411  };
2414  // member variables
2415  bool ext = false;
2416  bool nprach_periodicity_r14_present = false;
2417  bool nprach_start_time_r14_present = false;
2421  bool npdcch_num_repeats_ra_r14_present = false;
2436  // ...
2437  };
2439  // member variables
2443  // sequence methods
2444  SRSASN_CODE pack(bit_ref& bref) const;
2445  SRSASN_CODE unpack(cbit_ref& bref);
2446  void to_json(json_writer& j) const;
2447 };
2449 // NPRACH-Parameters-NB-v1330 ::= SEQUENCE
2450 struct nprach_params_nb_v1330_s {
2451  struct nprach_num_cbra_start_subcarriers_r13_opts {
2452  enum options { n8, n10, n11, n12, n20, n22, n23, n24, n32, n34, n35, n36, n40, n44, n46, n48, nulltype } value;
2453  typedef uint8_t number_type;
2454 
2455  const char* to_string() const;
2456  uint8_t to_number() const;
2457  };
2460  // member variables
2462 
2463  // sequence methods
2464  SRSASN_CODE pack(bit_ref& bref) const;
2465  SRSASN_CODE unpack(cbit_ref& bref);
2466  void to_json(json_writer& j) const;
2467 };
2468 
2469 // NPRACH-ParametersFmt2-NB-r15 ::= SEQUENCE
2471  struct nprach_params_r15_s_ {
2472  struct nprach_periodicity_r15_opts {
2474  typedef uint16_t number_type;
2475 
2476  const char* to_string() const;
2477  uint16_t to_number() const;
2478  };
2482  typedef uint16_t number_type;
2483 
2484  const char* to_string() const;
2485  uint16_t to_number() const;
2486  };
2490  typedef uint8_t number_type;
2491 
2492  const char* to_string() const;
2493  uint8_t to_number() const;
2494  };
2498  typedef uint8_t number_type;
2499 
2500  const char* to_string() const;
2501  uint8_t to_number() const;
2502  };
2506  typedef float number_type;
2507 
2508  const char* to_string() const;
2509  float to_number() const;
2510  const char* to_number_string() const;
2511  };
2514  enum options {
2515  r1,
2516  r2,
2517  r4,
2518  r8,
2519  r16,
2533  typedef uint16_t number_type;
2535  const char* to_string() const;
2536  uint16_t to_number() const;
2537  };
2540  enum options { v1dot5, v2, v4, v8, v16, v32, v48, v64, nulltype } value;
2541  typedef float number_type;
2542 
2543  const char* to_string() const;
2544  float to_number() const;
2545  const char* to_number_string() const;
2546  };
2550  typedef float number_type;
2551 
2552  const char* to_string() const;
2553  float to_number() const;
2554  const char* to_number_string() const;
2555  };
2558  enum options {
2559  n24,
2560  n30,
2561  n33,
2562  n36,
2563  n60,
2577  typedef uint8_t number_type;
2579  const char* to_string() const;
2580  uint8_t to_number() const;
2581  };
2584  // member variables
2585  bool ext = false;
2586  bool nprach_periodicity_r15_present = false;
2587  bool nprach_start_time_r15_present = false;
2591  bool npdcch_num_repeats_ra_r15_present = false;
2606  // ...
2607  };
2609  // member variables
2613  // sequence methods
2614  SRSASN_CODE pack(bit_ref& bref) const;
2615  SRSASN_CODE unpack(cbit_ref& bref);
2616  void to_json(json_writer& j) const;
2617 };
2619 // NPRACH-ParametersTDD-NB-r15 ::= SEQUENCE
2621  struct nprach_params_r15_s_ {
2622  struct nprach_periodicity_r15_opts {
2624  typedef uint16_t number_type;
2625 
2626  const char* to_string() const;
2627  uint16_t to_number() const;
2628  };
2631  enum options {
2633  ms20,
2634  ms40,
2635  ms80,
2636  ms160,
2650  typedef uint16_t number_type;
2652  const char* to_string() const;
2653  uint16_t to_number() const;
2654  };
2657  enum options { n0, n12, n24, n36, n2, n18, n34, spare1, nulltype } value;
2658  typedef uint8_t number_type;
2659 
2660  const char* to_string() const;
2661  uint8_t to_number() const;
2662  };
2666  typedef uint8_t number_type;
2667 
2668  const char* to_string() const;
2669  uint8_t to_number() const;
2670  };
2674  typedef float number_type;
2675 
2676  const char* to_string() const;
2677  float to_number() const;
2678  const char* to_number_string() const;
2679  };
2682  enum options {
2683  r1,
2684  r2,
2685  r4,
2686  r8,
2687  r16,
2701  typedef uint16_t number_type;
2703  const char* to_string() const;
2704  uint16_t to_number() const;
2705  };
2708  enum options { v4, v8, v16, v32, v48, v64, v96, v128, nulltype } value;
2709  typedef uint8_t number_type;
2710 
2711  const char* to_string() const;
2712  uint8_t to_number() const;
2713  };
2717  typedef float number_type;
2718 
2719  const char* to_string() const;
2720  float to_number() const;
2721  const char* to_number_string() const;
2722  };
2726  typedef uint8_t number_type;
2727 
2728  const char* to_string() const;
2729  uint8_t to_number() const;
2730  };
2733  // member variables
2734  bool ext = false;
2735  bool nprach_periodicity_r15_present = false;
2736  bool nprach_start_time_r15_present = false;
2740  bool npdcch_num_repeats_ra_r15_present = false;
2753  // ...
2754  };
2756  // member variables
2760  // sequence methods
2761  SRSASN_CODE pack(bit_ref& bref) const;
2762  SRSASN_CODE unpack(cbit_ref& bref);
2763  void to_json(json_writer& j) const;
2764 };
2766 // NPRACH-ParametersTDD-NB-v1550 ::= SEQUENCE
2768  struct max_num_preamb_attempt_ce_v1550_opts {
2769  enum options { n3, n4, n5, n6, n7, n8, n10, spare1, nulltype } value;
2770  typedef uint8_t number_type;
2771 
2772  const char* to_string() const;
2773  uint8_t to_number() const;
2774  };
2778  typedef uint16_t number_type;
2779 
2780  const char* to_string() const;
2781  uint16_t to_number() const;
2782  };
2785  // member variables
2788 
2789  // sequence methods
2790  SRSASN_CODE pack(bit_ref& bref) const;
2792  void to_json(json_writer& j) const;
2793 };
2795 // PagingWeight-NB-r14 ::= ENUMERATED
2797  enum options { w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15, w16, nulltype } value;
2798  typedef uint8_t number_type;
2799 
2800  const char* to_string() const;
2801  uint8_t to_number() const;
2802 };
2805 // RACH-Info-NB-r13 ::= SEQUENCE
2807  struct ra_resp_win_size_r13_opts {
2808  enum options { pp2, pp3, pp4, pp5, pp6, pp7, pp8, pp10, nulltype } value;
2809  typedef uint8_t number_type;
2810 
2811  const char* to_string() const;
2812  uint8_t to_number() const;
2813  };
2817  typedef uint8_t number_type;
2818 
2819  const char* to_string() const;
2820  uint8_t to_number() const;
2821  };
2824  // member variables
2827 
2828  // sequence methods
2829  SRSASN_CODE pack(bit_ref& bref) const;
2831  void to_json(json_writer& j) const;
2832 };
2834 // RACH-Info-NB-v1530 ::= SEQUENCE
2835 struct rach_info_nb_v1530_s {
2836  struct mac_contention_resolution_timer_r15_opts {
2837  enum options { pp1, pp2, pp3, pp4, pp8, pp16, pp32, pp64, nulltype } value;
2838  typedef uint8_t number_type;
2839 
2840  const char* to_string() const;
2841  uint8_t to_number() const;
2842  };
2845  // member variables
2847 
2848  // sequence methods
2849  SRSASN_CODE pack(bit_ref& bref) const;
2850  SRSASN_CODE unpack(cbit_ref& bref);
2851  void to_json(json_writer& j) const;
2852 };
2853 
2854 // SchedulingInfo-NB-v1530 ::= SEQUENCE
2855 struct sched_info_nb_v1530_s {
2856  bool sib_map_info_v1530_present = false;
2858 
2859  // sequence methods
2860  SRSASN_CODE pack(bit_ref& bref) const;
2861  SRSASN_CODE unpack(cbit_ref& bref);
2862  void to_json(json_writer& j) const;
2863 };
2865 // WUS-MaxDurationFactor-NB-r15 ::= ENUMERATED
2868  typedef float number_type;
2869 
2870  const char* to_string() const;
2871  float to_number() const;
2872  const char* to_number_string() const;
2873 };
2876 // DL-CarrierConfigCommon-NB-r14 ::= SEQUENCE
2878  struct dl_bitmap_non_anchor_r14_c_ {
2879  struct types_opts {
2881 
2882  const char* to_string() const;
2883  };
2884  typedef enumerated<types_opts> types;
2886  // choice methods
2888  void set(types::options e = types::nulltype);
2889  types type() const { return type_; }
2890  SRSASN_CODE pack(bit_ref& bref) const;
2891  SRSASN_CODE unpack(cbit_ref& bref);
2892  void to_json(json_writer& j) const;
2893  // getters
2895  {
2896  assert_choice_type(types::explicit_bitmap_cfg_r14, type_, "downlinkBitmapNonAnchor-r14");
2897  return c;
2898  }
2900  {
2901  assert_choice_type(types::explicit_bitmap_cfg_r14, type_, "downlinkBitmapNonAnchor-r14");
2902  return c;
2903  }
2904  void set_use_no_bitmap_r14();
2908  private:
2909  types type_;
2911  };
2912  struct dl_gap_non_anchor_r14_c_ {
2913  struct types_opts {
2915 
2916  const char* to_string() const;
2917  };
2919 
2920  // choice methods
2922  void set(types::options e = types::nulltype);
2923  types type() const { return type_; }
2924  SRSASN_CODE pack(bit_ref& bref) const;
2925  SRSASN_CODE unpack(cbit_ref& bref);
2926  void to_json(json_writer& j) const;
2927  // getters
2929  {
2930  assert_choice_type(types::explicit_gap_cfg_r14, type_, "dl-GapNonAnchor-r14");
2931  return c;
2932  }
2934  {
2935  assert_choice_type(types::explicit_gap_cfg_r14, type_, "dl-GapNonAnchor-r14");
2936  return c;
2937  }
2938  void set_use_no_gap_r14();
2942  private:
2943  types type_;
2945  };
2947  struct same_pci_ind_r14_c_ {
2948  struct same_pci_r14_s_ {
2949  int8_t idx_to_mid_prb_r14 = -55;
2950  };
2951  struct different_pci_r14_s_ {
2952  struct eutra_num_crs_ports_r14_opts {
2953  enum options { same, four, nulltype } value;
2954  typedef uint8_t number_type;
2956  const char* to_string() const;
2957  uint8_t to_number() const;
2958  };
2961  // member variables
2963  };
2964  struct types_opts {
2966 
2967  const char* to_string() const;
2968  };
2969  typedef enumerated<types_opts> types;
2971  // choice methods
2972  same_pci_ind_r14_c_() = default;
2976  void set(types::options e = types::nulltype);
2977  types type() const { return type_; }
2978  SRSASN_CODE pack(bit_ref& bref) const;
2979  SRSASN_CODE unpack(cbit_ref& bref);
2980  void to_json(json_writer& j) const;
2981  // getters
2982  same_pci_r14_s_& same_pci_r14()
2983  {
2984  assert_choice_type(types::same_pci_r14, type_, "samePCI-Indicator-r14");
2985  return c.get<same_pci_r14_s_>();
2986  }
2987  different_pci_r14_s_& different_pci_r14()
2988  {
2989  assert_choice_type(types::different_pci_r14, type_, "samePCI-Indicator-r14");
2990  return c.get<different_pci_r14_s_>();
2991  }
2992  const same_pci_r14_s_& same_pci_r14() const
2993  {
2994  assert_choice_type(types::same_pci_r14, type_, "samePCI-Indicator-r14");
2995  return c.get<same_pci_r14_s_>();
2996  }
2997  const different_pci_r14_s_& different_pci_r14() const
2998  {
2999  assert_choice_type(types::different_pci_r14, type_, "samePCI-Indicator-r14");
3000  return c.get<different_pci_r14_s_>();
3001  }
3002  same_pci_r14_s_& set_same_pci_r14();
3003  different_pci_r14_s_& set_different_pci_r14();
3004 
3005  private:
3006  types type_;
3008 
3009  void destroy_();
3010  };
3012  enum options { n1, n2, n3, nulltype } value;
3013  typedef uint8_t number_type;
3015  const char* to_string() const;
3016  uint8_t to_number() const;
3017  };
3020  // member variables
3024  };
3027  typedef int8_t number_type;
3028 
3029  const char* to_string() const;
3030  int8_t to_number() const;
3031  };
3034  // member variables
3035  bool ext = false;
3036  bool inband_carrier_info_r14_present = false;
3043  // ...
3044  // group 0
3046  // group 1
3049  // sequence methods
3050  SRSASN_CODE pack(bit_ref& bref) const;
3051  SRSASN_CODE unpack(cbit_ref& bref);
3052  void to_json(json_writer& j) const;
3053 };
3054 
3055 // EDT-TBS-InfoList-NB-r15 ::= SEQUENCE (SIZE (1..3)) OF EDT-TBS-NB-r15
3057 
3058 // InterFreqBlackCellList-NB-r13 ::= SEQUENCE (SIZE (1..16)) OF INTEGER (0..503)
3060 
3061 // InterFreqNeighCellList-NB-r13 ::= SEQUENCE (SIZE (1..16)) OF INTEGER (0..503)
3063 
3064 // InterFreqNeighCellList-NB-v1530 ::= SEQUENCE (SIZE (1..16)) OF InterFreqNeighCellInfo-NB-v1530
3066 
3067 // MultiBandInfoList-NB-r13 ::= SEQUENCE (SIZE (1..8)) OF MultiBandInfo-NB-r13
3069 
3070 // NPRACH-ParametersList-NB-r13 ::= SEQUENCE (SIZE (1..3)) OF NPRACH-Parameters-NB-r13
3072 
3073 // NPRACH-ParametersList-NB-r14 ::= SEQUENCE (SIZE (1..3)) OF NPRACH-Parameters-NB-r14
3075 
3076 // NPRACH-ParametersList-NB-v1330 ::= SEQUENCE (SIZE (1..3)) OF NPRACH-Parameters-NB-v1330
3078 
3079 // NPRACH-ParametersListFmt2-NB-r15 ::= SEQUENCE (SIZE (1..3)) OF NPRACH-ParametersFmt2-NB-r15
3081 
3082 // NPRACH-ParametersListTDD-NB-r15 ::= SEQUENCE (SIZE (1..3)) OF NPRACH-ParametersTDD-NB-r15
3084 
3085 // NPRACH-ParametersListTDD-NB-v1550 ::= SEQUENCE (SIZE (1..3)) OF NPRACH-ParametersTDD-NB-v1550
3087 
3088 // PCCH-Config-NB-r14 ::= SEQUENCE
3089 struct pcch_cfg_nb_r14_s {
3090  struct npdcch_num_repeat_paging_r14_opts {
3091  enum options {
3092  r1,
3093  r2,
3095  r8,
3096  r16,
3110  typedef uint16_t number_type;
3112  const char* to_string() const;
3113  uint16_t to_number() const;
3114  };
3117  // member variables
3118  bool ext = false;
3120  bool paging_weight_r14_present = false;
3123  // ...
3124 
3125  // sequence methods
3126  SRSASN_CODE pack(bit_ref& bref) const;
3128  void to_json(json_writer& j) const;
3129 };
3131 // PowerRampingParameters-NB-v1450 ::= SEQUENCE
3133  struct preamb_init_rx_target_pwr_v1450_opts {
3134  enum options {
3135  dbm_minus130,
3136  dbm_minus128,
3137  dbm_minus126,
3138  dbm_minus124,
3139  dbm_minus122,
3147  typedef int16_t number_type;
3149  const char* to_string() const;
3150  int16_t to_number() const;
3151  };
3154  struct pwr_ramp_step_ce1_r14_opts {
3156  typedef uint8_t number_type;
3157 
3158  const char* to_string() const;
3159  uint8_t to_number() const;
3160  };
3163  enum options {
3165  dbm_minus128,
3166  dbm_minus126,
3167  dbm_minus124,
3168  dbm_minus122,
3192  typedef int16_t number_type;
3194  const char* to_string() const;
3195  int16_t to_number() const;
3196  };
3199  // member variables
3202  };
3203 
3204  // member variables
3206  bool pwr_ramp_params_ce1_r14_present = false;
3210  // sequence methods
3211  SRSASN_CODE pack(bit_ref& bref) const;
3212  SRSASN_CODE unpack(cbit_ref& bref);
3213  void to_json(json_writer& j) const;
3214 };
3216 // RACH-InfoList-NB-r13 ::= SEQUENCE (SIZE (1..3)) OF RACH-Info-NB-r13
3218 
3219 // RACH-InfoList-NB-v1530 ::= SEQUENCE (SIZE (1..3)) OF RACH-Info-NB-v1530
3221 
3222 // RSRP-ThresholdsNPRACH-InfoList-NB-r13 ::= SEQUENCE (SIZE (1..2)) OF INTEGER (0..97)
3224 
3225 // SchedulingInfoList-NB-v1530 ::= SEQUENCE (SIZE (1..8)) OF SchedulingInfo-NB-v1530
3227 
3228 // TDD-Config-NB-r15 ::= SEQUENCE
3229 struct tdd_cfg_nb_r15_s {
3230  struct sf_assign_r15_opts {
3232  typedef uint8_t number_type;
3233 
3234  const char* to_string() const;
3235  uint8_t to_number() const;
3236  };
3239  enum options {
3241  ssp1,
3242  ssp2,
3243  ssp3,
3244  ssp4,
3255  const char* to_string() const;
3256  };
3259  // member variables
3262 
3263  // sequence methods
3264  SRSASN_CODE pack(bit_ref& bref) const;
3266  void to_json(json_writer& j) const;
3267 };
3269 // UL-ReferenceSignalsNPUSCH-NB-r13 ::= SEQUENCE
3271  bool group_hop_enabled_r13 = false;
3272  uint8_t group_assign_npusch_r13 = 0;
3273 
3274  // sequence methods
3275  SRSASN_CODE pack(bit_ref& bref) const;
3276  SRSASN_CODE unpack(cbit_ref& bref);
3277  void to_json(json_writer& j) const;
3278 };
3280 // WUS-ConfigPerCarrier-NB-r15 ::= SEQUENCE
3283 
3284  // sequence methods
3285  SRSASN_CODE pack(bit_ref& bref) const;
3286  SRSASN_CODE unpack(cbit_ref& bref);
3287  void to_json(json_writer& j) const;
3288 };
3290 // BCCH-Config-NB-r13 ::= SEQUENCE
3291 struct bcch_cfg_nb_r13_s {
3292  struct mod_period_coeff_r13_opts {
3293  enum options { n16, n32, n64, n128, nulltype } value;
3294  typedef uint8_t number_type;
3295 
3296  const char* to_string() const;
3297  uint8_t to_number() const;
3298  };
3301  // member variables
3303 
3304  // sequence methods
3305  SRSASN_CODE pack(bit_ref& bref) const;
3306  SRSASN_CODE unpack(cbit_ref& bref);
3307  void to_json(json_writer& j) const;
3308 };
3309 
3310 // DL-ConfigCommon-NB-r14 ::= SEQUENCE
3311 struct dl_cfg_common_nb_r14_s {
3312  bool ext = false;
3313  bool pcch_cfg_r14_present = false;
3316  // ...
3317  // group 0
3320  // sequence methods
3321  SRSASN_CODE pack(bit_ref& bref) const;
3323  void to_json(json_writer& j) const;
3324 };
3325 
3326 // InterFreqCarrierFreqInfo-NB-r13 ::= SEQUENCE
3328  struct pwr_class14dbm_offset_r14_opts {
3330  typedef int8_t number_type;
3331 
3332  const char* to_string() const;
3333  int8_t to_number() const;
3334  };
3338  typedef uint8_t number_type;
3339 
3340  const char* to_string() const;
3341  uint8_t to_number() const;
3342  };
3345  // member variables
3346  bool ext = false;
3347  bool q_qual_min_r13_present = false;
3348  bool p_max_r13_present = false;
3349  bool q_offset_freq_r13_present = false;
3352  bool multi_band_info_list_r13_present = false;
3354  int8_t q_rx_lev_min_r13 = -70;
3355  int8_t q_qual_min_r13 = -34;
3356  int8_t p_max_r13 = -30;
3361  // ...
3362  // group 0
3365  // group 1
3370  // group 2
3373  // group 3
3376  // sequence methods
3377  SRSASN_CODE pack(bit_ref& bref) const;
3378  SRSASN_CODE unpack(cbit_ref& bref);
3379  void to_json(json_writer& j) const;
3380 };
3381 
3382 // IntraFreqNeighCellInfo-NB-v1530 ::= SEQUENCE
3384  bool nsss_rrm_cfg_r15_present = false;
3386 
3387  // sequence methods
3388  SRSASN_CODE pack(bit_ref& bref) const;
3389  SRSASN_CODE unpack(cbit_ref& bref);
3390  void to_json(json_writer& j) const;
3391 };
3393 // MBMS-SAI-InterFreq-NB-r14 ::= SEQUENCE
3395  bool multi_band_info_list_r14_present = false;
3399 
3400  // sequence methods
3401  SRSASN_CODE pack(bit_ref& bref) const;
3403  void to_json(json_writer& j) const;
3404 };
3406 // NPDSCH-ConfigCommon-NB-r13 ::= SEQUENCE
3408  int8_t nrs_pwr_r13 = -60;
3409 
3410  // sequence methods
3411  SRSASN_CODE pack(bit_ref& bref) const;
3412  SRSASN_CODE unpack(cbit_ref& bref);
3413  void to_json(json_writer& j) const;
3414 };
3416 // NPRACH-ConfigSIB-NB-r13 ::= SEQUENCE
3417 struct nprach_cfg_sib_nb_r13_s {
3418  struct nprach_cp_len_r13_opts {
3420  typedef float number_type;
3421 
3422  const char* to_string() const;
3423  float to_number() const;
3424  const char* to_number_string() const;
3425  };
3428  // member variables
3433 
3434  // sequence methods
3435  SRSASN_CODE pack(bit_ref& bref) const;
3436  SRSASN_CODE unpack(cbit_ref& bref);
3437  void to_json(json_writer& j) const;
3438 };
3440 // NPRACH-ConfigSIB-NB-v1330 ::= SEQUENCE
3443 
3444  // sequence methods
3445  SRSASN_CODE pack(bit_ref& bref) const;
3446  SRSASN_CODE unpack(cbit_ref& bref);
3447  void to_json(json_writer& j) const;
3448 };
3450 // NPRACH-ConfigSIB-NB-v1450 ::= SEQUENCE
3452  struct max_num_preamb_attempt_ce_r14_opts {
3453  enum options { n3, n4, n5, n6, n7, n8, n10, spare1, nulltype } value;
3454  typedef uint8_t number_type;
3455 
3456  const char* to_string() const;
3457  uint8_t to_number() const;
3458  };
3461  // member variables
3463 
3464  // sequence methods
3465  SRSASN_CODE pack(bit_ref& bref) const;
3466  SRSASN_CODE unpack(cbit_ref& bref);
3467  void to_json(json_writer& j) const;
3468 };
3469 
3470 // NPRACH-ConfigSIB-NB-v1530 ::= SEQUENCE
3472  struct tdd_params_r15_s_ {
3473  struct nprach_preamb_format_r15_opts {
3474  enum options { fmt0, fmt1, fmt2, fmt0_a, fmt1_a, nulltype } value;
3475 
3476  const char* to_string() const;
3477  };
3479  struct dummy_opts {
3481  typedef uint16_t number_type;
3483  const char* to_string() const;
3484  uint16_t to_number() const;
3485  };
3488  // member variables
3490  dummy_e_ dummy;
3492  };
3493  struct fmt2_params_r15_s_ {
3498  };
3500  bool edt_small_tbs_subset_r15_present = false;
3504  };
3506  // member variables
3513 
3514  // sequence methods
3515  SRSASN_CODE pack(bit_ref& bref) const;
3517  void to_json(json_writer& j) const;
3518 };
3520 // NPRACH-ConfigSIB-NB-v1550 ::= SEQUENCE
3522  struct tdd_params_v1550_s_ {
3524  };
3525 
3526  // member variables
3527  tdd_params_v1550_s_ tdd_params_v1550;
3528 
3529  // sequence methods
3530  SRSASN_CODE pack(bit_ref& bref) const;
3532  void to_json(json_writer& j) const;
3533 };
3534 
3535 // NPRACH-ProbabilityAnchor-NB-r14 ::= SEQUENCE
3537  struct nprach_probability_anchor_r14_opts {
3538  enum options {
3539  zero,
3540  one_sixteenth,
3541  one_fifteenth,
3557  typedef float number_type;
3559  const char* to_string() const;
3560  float to_number() const;
3561  const char* to_number_string() const;
3562  };
3564 
3565  // member variables
3568 
3569  // sequence methods
3570  SRSASN_CODE pack(bit_ref& bref) const;
3572  void to_json(json_writer& j) const;
3573 };
3575 // NPUSCH-ConfigCommon-NB-r13 ::= SEQUENCE
3578  struct srs_sf_cfg_r13_opts {
3579  enum options {
3580  sc0,
3581  sc1,
3582  sc2,
3583  sc3,
3598  typedef uint8_t number_type;
3600  const char* to_string() const;
3601  uint8_t to_number() const;
3602  };
3605  bool three_tone_base_seq_r13_present = false;
3607  bool twelve_tone_base_seq_r13_present = false;
3608  uint8_t three_tone_base_seq_r13 = 0;
3609  uint8_t three_tone_cyclic_shift_r13 = 0;
3610  uint8_t six_tone_base_seq_r13 = 0;
3613  };
3615  // member variables
3617  bool dmrs_cfg_r13_present = false;
3622 
3623  // sequence methods
3624  SRSASN_CODE pack(bit_ref& bref) const;
3626  void to_json(json_writer& j) const;
3627 };
3629 // PCCH-Config-NB-r13 ::= SEQUENCE
3630 struct pcch_cfg_nb_r13_s {
3631  struct default_paging_cycle_r13_opts {
3632  enum options { rf128, rf256, rf512, rf1024, nulltype } value;
3633  typedef uint16_t number_type;
3634 
3635  const char* to_string() const;
3636  uint16_t to_number() const;
3637  };
3639  struct nb_r13_opts {
3640  enum options {
3642  two_t,
3643  one_t,
3644  half_t,
3645  quarter_t,
3659  typedef float number_type;
3661  const char* to_string() const;
3662  float to_number() const;
3663  const char* to_number_string() const;
3664  };
3667  enum options {
3668  r1,
3669  r2,
3670  r4,
3671  r8,
3672  r16,
3686  typedef uint16_t number_type;
3688  const char* to_string() const;
3689  uint16_t to_number() const;
3690  };
3693  // member variables
3695  nb_r13_e_ nb_r13;
3697 
3698  // sequence methods
3699  SRSASN_CODE pack(bit_ref& bref) const;
3700  SRSASN_CODE unpack(cbit_ref& bref);
3701  void to_json(json_writer& j) const;
3702 };
3704 // RACH-ConfigCommon-NB-r13 ::= SEQUENCE
3705 struct rach_cfg_common_nb_r13_s {
3706  bool ext = false;
3707  bool conn_est_fail_offset_r13_present = false;
3711  uint8_t conn_est_fail_offset_r13 = 0;
3712  // ...
3713  // group 0
3715  // group 1
3718  // sequence methods
3719  SRSASN_CODE pack(bit_ref& bref) const;
3720  SRSASN_CODE unpack(cbit_ref& bref);
3721  void to_json(json_writer& j) const;
3722 };
3723 
3724 // SIB-Type-NB-r13 ::= ENUMERATED
3725 struct sib_type_nb_r13_opts {
3726  enum options {
3737  typedef uint8_t number_type;
3739  const char* to_string() const;
3740  uint8_t to_number() const;
3741 };
3744 // SystemInformationBlockType1-NB-v1530 ::= SEQUENCE
3746  struct tdd_params_r15_s_ {
3747  struct tdd_si_carrier_info_r15_opts {
3748  enum options { anchor, non_anchor, nulltype } value;
3749 
3750  const char* to_string() const;
3751  };
3754  // member variables
3759  };
3761  // member variables
3762  bool tdd_params_r15_present = false;
3764  bool non_crit_ext_present = false;
3767 
3768  // sequence methods
3769  SRSASN_CODE pack(bit_ref& bref) const;
3771  void to_json(json_writer& j) const;
3772 };
3774 // UL-ConfigCommon-NB-r14 ::= SEQUENCE
3775 struct ul_cfg_common_nb_r14_s {
3776  bool ext = false;
3777  bool nprach_params_list_r14_present = false;
3780  // ...
3781  // group 0
3784  // sequence methods
3785  SRSASN_CODE pack(bit_ref& bref) const;
3787  void to_json(json_writer& j) const;
3788 };
3789 
3790 // UL-ConfigCommon-NB-v1530 ::= SEQUENCE
3791 struct ul_cfg_common_nb_v1530_s {
3792  bool ext = false;
3797  // ...
3798 
3799  // sequence methods
3800  SRSASN_CODE pack(bit_ref& bref) const;
3802  void to_json(json_writer& j) const;
3803 };
3805 // UL-ConfigCommonTDD-NB-r15 ::= SEQUENCE
3807  bool ext = false;
3811  // ...
3812 
3813  // sequence methods
3814  SRSASN_CODE pack(bit_ref& bref) const;
3816  void to_json(json_writer& j) const;
3817 };
3819 // UplinkPowerControlCommon-NB-r13 ::= SEQUENCE
3821  struct alpha_r13_opts {
3822  enum options { al0, al04, al05, al06, al07, al08, al09, al1, nulltype } value;
3823  typedef float number_type;
3824 
3825  const char* to_string() const;
3826  float to_number() const;
3827  const char* to_number_string() const;
3828  };
3831  // member variables
3832  int8_t p0_nominal_npusch_r13 = -126;
3834  int8_t delta_preamb_msg3_r13 = -1;
3835 
3836  // sequence methods
3837  SRSASN_CODE pack(bit_ref& bref) const;
3838  SRSASN_CODE unpack(cbit_ref& bref);
3839  void to_json(json_writer& j) const;
3840 };
3842 // WUS-Config-NB-r15 ::= SEQUENCE
3843 struct wus_cfg_nb_r15_s {
3844  struct num_pos_r15_opts {
3845  enum options { n1, n2, n4, nulltype } value;
3846  typedef uint8_t number_type;
3847 
3848  const char* to_string() const;
3849  uint8_t to_number() const;
3850  };
3853  enum options { n1, n2, n4, n8, nulltype } value;
3854  typedef uint8_t number_type;
3855 
3856  const char* to_string() const;
3857  uint8_t to_number() const;
3858  };
3862  typedef uint8_t number_type;
3863 
3864  const char* to_string() const;
3865  uint8_t to_number() const;
3866  };
3870  typedef uint8_t number_type;
3871 
3872  const char* to_string() const;
3873  uint8_t to_number() const;
3874  };
3878  typedef uint16_t number_type;
3879 
3880  const char* to_string() const;
3881  uint16_t to_number() const;
3882  };
3885  // member variables
3886  bool ext = false;
3887  bool num_pos_r15_present = false;
3895  // ...
3897  // sequence methods
3898  SRSASN_CODE pack(bit_ref& bref) const;
3900  void to_json(json_writer& j) const;
3901 };
3903 // CellReselectionInfoCommon-NB-v1450 ::= SEQUENCE
3905  struct s_search_delta_p_r14_opts {
3906  enum options { db6, db9, db12, db15, nulltype } value;
3907  typedef uint8_t number_type;
3908 
3909  const char* to_string() const;
3910  uint8_t to_number() const;
3911  };
3914  // member variables
3916 
3917  // sequence methods
3918  SRSASN_CODE pack(bit_ref& bref) const;
3919  SRSASN_CODE unpack(cbit_ref& bref);
3920  void to_json(json_writer& j) const;
3921 };
3922 
3923 // CellSelectionInfo-NB-v1430 ::= SEQUENCE
3924 struct cell_sel_info_nb_v1430_s {
3925  struct pwr_class14dbm_offset_r14_opts {
3927  typedef int8_t number_type;
3928 
3929  const char* to_string() const;
3930  int8_t to_number() const;
3931  };
3935  typedef uint8_t number_type;
3936 
3937  const char* to_string() const;
3938  uint8_t to_number() const;
3939  };
3942  // member variables
3947 
3948  // sequence methods
3949  SRSASN_CODE pack(bit_ref& bref) const;
3950  SRSASN_CODE unpack(cbit_ref& bref);
3951  void to_json(json_writer& j) const;
3952 };
3954 // DL-ConfigCommonList-NB-r14 ::= SEQUENCE (SIZE (1..15)) OF DL-ConfigCommon-NB-r14
3956 
3957 // InterFreqCarrierFreqList-NB-r13 ::= SEQUENCE (SIZE (1..8)) OF InterFreqCarrierFreqInfo-NB-r13
3959 
3960 // IntraFreqCellReselectionInfo-NB-v1350 ::= SEQUENCE
3962  int8_t delta_rx_lev_min_v1350 = -8;
3964  // sequence methods
3965  SRSASN_CODE pack(bit_ref& bref) const;
3967  void to_json(json_writer& j) const;
3968 };
3970 // IntraFreqCellReselectionInfo-NB-v1360 ::= SEQUENCE
3972  uint8_t s_intra_search_p_v1360 = 32;
3973 
3974  // sequence methods
3975  SRSASN_CODE pack(bit_ref& bref) const;
3976  SRSASN_CODE unpack(cbit_ref& bref);
3977  void to_json(json_writer& j) const;
3978 };
3980 // IntraFreqCellReselectionInfo-NB-v1430 ::= SEQUENCE
3982  struct pwr_class14dbm_offset_r14_opts {
3984  typedef int8_t number_type;
3985 
3986  const char* to_string() const;
3987  int8_t to_number() const;
3988  };
3992  typedef uint8_t number_type;
3993 
3994  const char* to_string() const;
3995  uint8_t to_number() const;
3996  };
3999  // member variables
4004 
4005  // sequence methods
4006  SRSASN_CODE pack(bit_ref& bref) const;
4007  SRSASN_CODE unpack(cbit_ref& bref);
4008  void to_json(json_writer& j) const;
4009 };
4011 // IntraFreqNeighCellList-NB-v1530 ::= SEQUENCE (SIZE (1..16)) OF IntraFreqNeighCellInfo-NB-v1530
4013 
4014 // MBMS-SAI-InterFreqList-NB-r14 ::= SEQUENCE (SIZE (1..8)) OF MBMS-SAI-InterFreq-NB-r14
4016 
4017 // NPDCCH-SC-MCCH-Config-NB-r14 ::= SEQUENCE
4019  struct npdcch_num_repeats_sc_mcch_r14_opts {
4021  typedef uint16_t number_type;
4022 
4023  const char* to_string() const;
4024  uint16_t to_number() const;
4025  };
4029  typedef float number_type;
4030 
4031  const char* to_string() const;
4032  float to_number() const;
4033  const char* to_number_string() const;
4034  };
4037  enum options {
4038  zero,
4039  one_eighth,
4040  one_quarter,
4041  three_eighth,
4042  one_half,
4048  typedef float number_type;
4050  const char* to_string() const;
4051  float to_number() const;
4052  const char* to_number_string() const;
4053  };
4055 
4056  // member variables
4060 
4061  // sequence methods
4062  SRSASN_CODE pack(bit_ref& bref) const;
4063  SRSASN_CODE unpack(cbit_ref& bref);
4064  void to_json(json_writer& j) const;
4065 };
4067 // NPRACH-ProbabilityAnchorList-NB-r14 ::= SEQUENCE (SIZE (1..3)) OF NPRACH-ProbabilityAnchor-NB-r14
4069 
4070 // RadioResourceConfigCommonSIB-NB-r13 ::= SEQUENCE
4072  bool ext = false;
4073  bool dl_gap_r13_present = false;
4082  // ...
4083  // group 0
4085  // group 1
4087  // group 2
4091  // group 3
4093 
4094  // sequence methods
4095  SRSASN_CODE pack(bit_ref& bref) const;
4097  void to_json(json_writer& j) const;
4098 };
4099 
4100 // SC-MCCH-SchedulingInfo-NB-r14 ::= SEQUENCE
4102  struct on_dur_timer_scptm_r14_opts {
4103  enum options { pp1, pp2, pp3, pp4, pp8, pp16, pp32, spare, nulltype } value;
4104  typedef uint8_t number_type;
4105 
4106  const char* to_string() const;
4107  uint8_t to_number() const;
4108  };
4112  typedef uint8_t number_type;
4113 
4114  const char* to_string() const;
4115  uint8_t to_number() const;
4116  };
4119  struct types_opts {
4120  enum options {
4121  sf10,
4122  sf20,
4123  sf32,
4124  sf40,
4139  typedef uint16_t number_type;
4141  const char* to_string() const;
4142  uint16_t to_number() const;
4143  };
4146  // choice methods
4151  void set(types::options e = types::nulltype);
4152  types type() const { return type_; }
4153  SRSASN_CODE pack(bit_ref& bref) const;
4154  SRSASN_CODE unpack(cbit_ref& bref);
4155  void to_json(json_writer& j) const;
4156  // getters
4157  uint8_t& sf10()
4158  {
4159  assert_choice_type(types::sf10, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4160  return c.get<uint8_t>();
4161  }
4162  uint8_t& sf20()
4163  {
4164  assert_choice_type(types::sf20, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4165  return c.get<uint8_t>();
4166  }
4167  uint8_t& sf32()
4168  {
4169  assert_choice_type(types::sf32, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4170  return c.get<uint8_t>();
4171  }
4172  uint8_t& sf40()
4173  {
4174  assert_choice_type(types::sf40, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4175  return c.get<uint8_t>();
4176  }
4177  uint8_t& sf64()
4178  {
4179  assert_choice_type(types::sf64, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4180  return c.get<uint8_t>();
4181  }
4182  uint8_t& sf80()
4183  {
4184  assert_choice_type(types::sf80, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4185  return c.get<uint8_t>();
4186  }
4187  uint8_t& sf128()
4188  {
4189  assert_choice_type(types::sf128, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4190  return c.get<uint8_t>();
4191  }
4192  uint8_t& sf160()
4193  {
4194  assert_choice_type(types::sf160, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4195  return c.get<uint8_t>();
4196  }
4197  uint16_t& sf256()
4198  {
4199  assert_choice_type(types::sf256, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4200  return c.get<uint16_t>();
4201  }
4202  uint16_t& sf320()
4203  {
4204  assert_choice_type(types::sf320, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4205  return c.get<uint16_t>();
4206  }
4207  uint16_t& sf512()
4208  {
4209  assert_choice_type(types::sf512, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4210  return c.get<uint16_t>();
4211  }
4212  uint16_t& sf640()
4213  {
4214  assert_choice_type(types::sf640, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4215  return c.get<uint16_t>();
4216  }
4217  uint16_t& sf1024()
4218  {
4219  assert_choice_type(types::sf1024, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4220  return c.get<uint16_t>();
4221  }
4222  uint16_t& sf2048()
4223  {
4224  assert_choice_type(types::sf2048, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4225  return c.get<uint16_t>();
4226  }
4227  uint16_t& sf4096()
4228  {
4229  assert_choice_type(types::sf4096, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4230  return c.get<uint16_t>();
4231  }
4232  uint16_t& sf8192()
4233  {
4234  assert_choice_type(types::sf8192, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4235  return c.get<uint16_t>();
4236  }
4237  const uint8_t& sf10() const
4238  {
4239  assert_choice_type(types::sf10, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4240  return c.get<uint8_t>();
4241  }
4242  const uint8_t& sf20() const
4243  {
4244  assert_choice_type(types::sf20, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4245  return c.get<uint8_t>();
4246  }
4247  const uint8_t& sf32() const
4248  {
4249  assert_choice_type(types::sf32, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4250  return c.get<uint8_t>();
4251  }
4252  const uint8_t& sf40() const
4253  {
4254  assert_choice_type(types::sf40, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4255  return c.get<uint8_t>();
4256  }
4257  const uint8_t& sf64() const
4258  {
4259  assert_choice_type(types::sf64, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4260  return c.get<uint8_t>();
4261  }
4262  const uint8_t& sf80() const
4263  {
4264  assert_choice_type(types::sf80, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4265  return c.get<uint8_t>();
4266  }
4267  const uint8_t& sf128() const
4268  {
4269  assert_choice_type(types::sf128, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4270  return c.get<uint8_t>();
4271  }
4272  const uint8_t& sf160() const
4273  {
4274  assert_choice_type(types::sf160, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4275  return c.get<uint8_t>();
4276  }
4277  const uint16_t& sf256() const
4278  {
4279  assert_choice_type(types::sf256, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4280  return c.get<uint16_t>();
4281  }
4282  const uint16_t& sf320() const
4283  {
4284  assert_choice_type(types::sf320, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4285  return c.get<uint16_t>();
4286  }
4287  const uint16_t& sf512() const
4288  {
4289  assert_choice_type(types::sf512, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4290  return c.get<uint16_t>();
4291  }
4292  const uint16_t& sf640() const
4293  {
4294  assert_choice_type(types::sf640, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4295  return c.get<uint16_t>();
4296  }
4297  const uint16_t& sf1024() const
4298  {
4299  assert_choice_type(types::sf1024, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4300  return c.get<uint16_t>();
4301  }
4302  const uint16_t& sf2048() const
4303  {
4304  assert_choice_type(types::sf2048, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4305  return c.get<uint16_t>();
4306  }
4307  const uint16_t& sf4096() const
4308  {
4309  assert_choice_type(types::sf4096, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4310  return c.get<uint16_t>();
4311  }
4312  const uint16_t& sf8192() const
4313  {
4314  assert_choice_type(types::sf8192, type_, "schedulingPeriodStartOffsetSCPTM-r14");
4315  return c.get<uint16_t>();
4316  }
4317  uint8_t& set_sf10();
4318  uint8_t& set_sf20();
4319  uint8_t& set_sf32();
4320  uint8_t& set_sf40();
4321  uint8_t& set_sf64();
4322  uint8_t& set_sf80();
4323  uint8_t& set_sf128();
4324  uint8_t& set_sf160();
4325  uint16_t& set_sf256();
4326  uint16_t& set_sf320();
4327  uint16_t& set_sf512();
4328  uint16_t& set_sf640();
4329  uint16_t& set_sf1024();
4330  uint16_t& set_sf2048();
4331  uint16_t& set_sf4096();
4332  uint16_t& set_sf8192();
4333 
4334  private:
4335  types type_;
4337 
4338  void destroy_();
4339  };
4340 
4341  // member variables
4342  bool ext = false;
4346  // ...
4347 
4348  // sequence methods
4349  SRSASN_CODE pack(bit_ref& bref) const;
4351  void to_json(json_writer& j) const;
4352 };
4354 // SIB-MappingInfo-NB-r13 ::= SEQUENCE (SIZE (0..31)) OF SIB-Type-NB-r13
4356 
4357 // SystemInformationBlockType1-NB-v1450 ::= SEQUENCE
4358 struct sib_type1_nb_v1450_s {
4359  struct nrs_crs_pwr_offset_v1450_opts {
4360  enum options {
4361  db_minus6,
4365  db0,
4379  typedef float number_type;
4381  const char* to_string() const;
4382  float to_number() const;
4383  const char* to_number_string() const;
4384  };
4386 
4387  // member variables
4388  bool nrs_crs_pwr_offset_v1450_present = false;
4389  bool non_crit_ext_present = false;
4392 
4393  // sequence methods
4394  SRSASN_CODE pack(bit_ref& bref) const;
4395  SRSASN_CODE unpack(cbit_ref& bref);
4396  void to_json(json_writer& j) const;
4397 };
4399 // T-Reselection-NB-r13 ::= ENUMERATED
4400 struct t_resel_nb_r13_opts {
4401  enum options { s0, s3, s6, s9, s12, s15, s18, s21, nulltype } value;
4402  typedef uint8_t number_type;
4403 
4404  const char* to_string() const;
4405  uint8_t to_number() const;
4406 };
4409 // UE-TimersAndConstants-NB-r13 ::= SEQUENCE
4411  struct t300_r13_opts {
4413  typedef uint16_t number_type;
4414 
4415  const char* to_string() const;
4416  uint16_t to_number() const;
4417  };
4419  struct t301_r13_opts {
4421  typedef uint16_t number_type;
4422 
4423  const char* to_string() const;
4424  uint16_t to_number() const;
4425  };
4427  struct t310_r13_opts {
4429  typedef uint16_t number_type;
4430 
4431  const char* to_string() const;
4432  uint16_t to_number() const;
4433  };
4435  struct n310_r13_opts {
4436  enum options { n1, n2, n3, n4, n6, n8, n10, n20, nulltype } value;
4437  typedef uint8_t number_type;
4438 
4439  const char* to_string() const;
4440  uint8_t to_number() const;
4441  };
4443  struct t311_r13_opts {
4445  typedef uint16_t number_type;
4446 
4447  const char* to_string() const;
4448  uint16_t to_number() const;
4449  };
4451  struct n311_r13_opts {
4452  enum options { n1, n2, n3, n4, n5, n6, n8, n10, nulltype } value;
4453  typedef uint8_t number_type;
4454 
4455  const char* to_string() const;
4456  uint8_t to_number() const;
4457  };
4461  typedef uint32_t number_type;
4462 
4463  const char* to_string() const;
4464  uint32_t to_number() const;
4465  };
4469  typedef uint32_t number_type;
4470 
4471  const char* to_string() const;
4472  uint32_t to_number() const;
4473  };
4477  typedef uint32_t number_type;
4478 
4479  const char* to_string() const;
4480  uint32_t to_number() const;
4481  };
4485  typedef uint32_t number_type;
4486 
4487  const char* to_string() const;
4488  uint32_t to_number() const;
4489  };
4491  struct t300_r15_opts {
4493  typedef uint32_t number_type;
4494 
4495  const char* to_string() const;
4496  uint32_t to_number() const;
4497  };
4500  // member variables
4501  bool ext = false;
4508  // ...
4509  // group 0
4510  bool t311_v1350_present = false;
4512  // group 1
4513  bool t300_v1530_present = false;
4514  bool t301_v1530_present = false;
4515  bool t311_v1530_present = false;
4516  bool t300_r15_present = false;
4522  // sequence methods
4523  SRSASN_CODE pack(bit_ref& bref) const;
4525  void to_json(json_writer& j) const;
4526 };
4528 // UL-ConfigCommonList-NB-r14 ::= SEQUENCE (SIZE (1..15)) OF UL-ConfigCommon-NB-r14
4530 
4531 // UL-ConfigCommonList-NB-v1530 ::= SEQUENCE (SIZE (1..15)) OF UL-ConfigCommon-NB-v1530
4533 
4534 // UL-ConfigCommonListTDD-NB-r15 ::= SEQUENCE (SIZE (1..15)) OF UL-ConfigCommonTDD-NB-r15
4536 
4537 // CellSelectionInfo-NB-v1350 ::= SEQUENCE
4538 struct cell_sel_info_nb_v1350_s {
4539  int8_t delta_rx_lev_min_v1350 = -8;
4541  // sequence methods
4542  SRSASN_CODE pack(bit_ref& bref) const;
4544  void to_json(json_writer& j) const;
4545 };
4547 // PLMN-IdentityInfo-NB-r13 ::= SEQUENCE
4548 struct plmn_id_info_nb_r13_s {
4549  struct cell_reserved_for_oper_r13_opts {
4551 
4552  const char* to_string() const;
4553  };
4555 
4556  // member variables
4560 
4561  // sequence methods
4562  SRSASN_CODE pack(bit_ref& bref) const;
4563  SRSASN_CODE unpack(cbit_ref& bref);
4564  void to_json(json_writer& j) const;
4565 };
4567 // SchedulingInfo-NB-r13 ::= SEQUENCE
4568 struct sched_info_nb_r13_s {
4569  struct si_periodicity_r13_opts {
4571  typedef uint16_t number_type;
4572 
4573  const char* to_string() const;
4574  uint16_t to_number() const;
4575  };
4579  typedef uint8_t number_type;
4580 
4581  const char* to_string() const;
4582  uint8_t to_number() const;
4583  };
4587  typedef uint16_t number_type;
4588 
4589  const char* to_string() const;
4590  uint16_t to_number() const;
4591  };
4594  // member variables
4599 
4600  // sequence methods
4601  SRSASN_CODE pack(bit_ref& bref) const;
4602  SRSASN_CODE unpack(cbit_ref& bref);
4603  void to_json(json_writer& j) const;
4604 };
4606 // SystemInformationBlockType1-NB-v1430 ::= SEQUENCE
4607 struct sib_type1_nb_v1430_s {
4608  bool cell_sel_info_v1430_present = false;
4609  bool non_crit_ext_present = false;
4612 
4613  // sequence methods
4614  SRSASN_CODE pack(bit_ref& bref) const;
4616  void to_json(json_writer& j) const;
4617 };
4619 // SystemInformationBlockType14-NB-r13 ::= SEQUENCE
4620 struct sib_type14_nb_r13_s {
4621  struct ab_param_r13_c_ {
4623  struct types_opts {
4625 
4626  const char* to_string() const;
4627  };
4630  // choice methods
4631  ab_param_r13_c_() = default;
4633  ab_param_r13_c_& operator=(const ab_param_r13_c_& other);
4634  ~ab_param_r13_c_() { destroy_(); }
4635  void set(types::options e = types::nulltype);
4636  types type() const { return type_; }
4637  SRSASN_CODE pack(bit_ref& bref) const;
4638  SRSASN_CODE unpack(cbit_ref& bref);
4639  void to_json(json_writer& j) const;
4640  // getters
4642  {
4643  assert_choice_type(types::ab_common_r13, type_, "ab-Param-r13");
4644  return c.get<ab_cfg_nb_r13_s>();
4645  }
4647  {
4648  assert_choice_type(types::ab_per_plmn_list_r13, type_, "ab-Param-r13");
4650  }
4651  const ab_cfg_nb_r13_s& ab_common_r13() const
4652  {
4653  assert_choice_type(types::ab_common_r13, type_, "ab-Param-r13");
4654  return c.get<ab_cfg_nb_r13_s>();
4655  }
4657  {
4658  assert_choice_type(types::ab_per_plmn_list_r13, type_, "ab-Param-r13");
4660  }
4663 
4664  private:
4665  types type_;
4667 
4668  void destroy_();
4669  };
4670  struct ab_per_nrsrp_r15_opts {
4671  enum options { thresh1, thresh2, nulltype } value;
4672  typedef uint8_t number_type;
4674  const char* to_string() const;
4675  uint8_t to_number() const;
4676  };
4679  // member variables
4680  bool ext = false;
4681  bool ab_param_r13_present = false;
4682  bool late_non_crit_ext_present = false;
4685  // ...
4686  // group 0
4687  bool ab_per_nrsrp_r15_present = false;
4690  // sequence methods
4691  SRSASN_CODE pack(bit_ref& bref) const;
4693  void to_json(json_writer& j) const;
4694 };
4696 // SystemInformationBlockType15-NB-r14 ::= SEQUENCE
4697 struct sib_type15_nb_r14_s {
4698  bool ext = false;
4699  bool mbms_sai_intra_freq_r14_present = false;
4701  bool late_non_crit_ext_present = false;
4705  // ...
4707  // sequence methods
4708  SRSASN_CODE pack(bit_ref& bref) const;
4710  void to_json(json_writer& j) const;
4711 };
4713 // SystemInformationBlockType2-NB-r13 ::= SEQUENCE
4714 struct sib_type2_nb_r13_s {
4715  struct freq_info_r13_s_ {
4716  bool ul_carrier_freq_r13_present = false;
4718  uint8_t add_spec_emission_r13 = 1;
4719  };
4721  struct freq_info_v1530_s_ {
4723  };
4725  // member variables
4726  bool ext = false;
4727  bool multi_band_info_list_r13_present = false;
4735  // ...
4736  // group 0
4737  bool cp_reest_r14_present = false;
4738  // group 1
4741  // group 2
4743  bool cp_edt_r15_present = false;
4744  bool up_edt_r15_present = false;
4746 
4747  // sequence methods
4748  SRSASN_CODE pack(bit_ref& bref) const;
4749  SRSASN_CODE unpack(cbit_ref& bref);
4750  void to_json(json_writer& j) const;
4751 };
4753 // SystemInformationBlockType20-NB-r14 ::= SEQUENCE
4754 struct sib_type20_nb_r14_s {
4755  struct sc_mcch_carrier_cfg_r14_c_ {
4756  struct types_opts {
4758 
4759  const char* to_string() const;
4760  };
4761  typedef enumerated<types_opts> types;
4763  // choice methods
4768  void set(types::options e = types::nulltype);
4769  types type() const { return type_; }
4770  SRSASN_CODE pack(bit_ref& bref) const;
4771  SRSASN_CODE unpack(cbit_ref& bref);
4772  void to_json(json_writer& j) const;
4773  // getters
4775  {
4776  assert_choice_type(types::dl_carrier_cfg_r14, type_, "sc-mcch-CarrierConfig-r14");
4778  }
4779  uint8_t& dl_carrier_idx_r14()
4780  {
4781  assert_choice_type(types::dl_carrier_idx_r14, type_, "sc-mcch-CarrierConfig-r14");
4782  return c.get<uint8_t>();
4783  }
4785  {
4786  assert_choice_type(types::dl_carrier_cfg_r14, type_, "sc-mcch-CarrierConfig-r14");
4788  }
4789  const uint8_t& dl_carrier_idx_r14() const
4790  {
4791  assert_choice_type(types::dl_carrier_idx_r14, type_, "sc-mcch-CarrierConfig-r14");
4792  return c.get<uint8_t>();
4793  }
4795  uint8_t& set_dl_carrier_idx_r14();
4796 
4797  private:
4798  types type_;
4800 
4801  void destroy_();
4802  };
4805  typedef uint16_t number_type;
4807  const char* to_string() const;
4808  uint16_t to_number() const;
4809  };
4812  enum options {
4814  rf128,
4815  rf256,
4816  rf512,
4817  rf1024,
4831  typedef uint32_t number_type;
4833  const char* to_string() const;
4834  uint32_t to_number() const;
4835  };
4838  // member variables
4839  bool ext = false;
4840  bool sc_mcch_sched_info_r14_present = false;
4841  bool late_non_crit_ext_present = false;
4845  uint8_t sc_mcch_offset_r14 = 0;
4849  // ...
4851  // sequence methods
4852  SRSASN_CODE pack(bit_ref& bref) const;
4854  void to_json(json_writer& j) const;
4855 };
4857 // SystemInformationBlockType22-NB-r14 ::= SEQUENCE
4858 struct sib_type22_nb_r14_s {
4859  struct mixed_operation_mode_cfg_r15_s_ {
4860  bool dl_cfg_list_mixed_r15_present = false;
4861  bool ul_cfg_list_mixed_r15_present = false;
4862  bool paging_distribution_r15_present = false;
4863  bool nprach_distribution_r15_present = false;
4866  };
4868  // member variables
4869  bool ext = false;
4874  bool late_non_crit_ext_present = false;
4880  // ...
4881  // group 0
4885  // sequence methods
4886  SRSASN_CODE pack(bit_ref& bref) const;
4888  void to_json(json_writer& j) const;
4889 };
4891 // SystemInformationBlockType23-NB-r15 ::= SEQUENCE
4892 struct sib_type23_nb_r15_s {
4893  bool ext = false;
4894  bool ul_cfg_list_v1530_present = false;
4895  bool ul_cfg_list_mixed_v1530_present = false;
4896  bool late_non_crit_ext_present = false;
4900  // ...
4902  // sequence methods
4903  SRSASN_CODE pack(bit_ref& bref) const;
4905  void to_json(json_writer& j) const;
4906 };
4908 // SystemInformationBlockType3-NB-r13 ::= SEQUENCE
4909 struct sib_type3_nb_r13_s {
4910  struct cell_resel_info_common_r13_s_ {
4911  struct q_hyst_r13_opts {
4912  enum options {
4913  db0,
4914  db1,
4915  db2,
4916  db3,
4931  typedef uint8_t number_type;
4933  const char* to_string() const;
4934  uint8_t to_number() const;
4935  };
4938  // member variables
4940  };
4942  uint8_t s_non_intra_search_r13 = 0;
4943  };
4945  bool q_qual_min_r13_present = false;
4946  bool p_max_r13_present = false;
4947  int8_t q_rx_lev_min_r13 = -70;
4948  int8_t q_qual_min_r13 = -34;
4949  int8_t p_max_r13 = -30;
4952  };
4955  // member variables
4956  bool ext = false;
4966  // ...
4967  // group 0
4969  // group 1
4971  // group 2
4973  // group 3
4975  // group 4
4979  // sequence methods
4980  SRSASN_CODE pack(bit_ref& bref) const;
4981  SRSASN_CODE unpack(cbit_ref& bref);
4982  void to_json(json_writer& j) const;
4983 };
4985 // SystemInformationBlockType4-NB-r13 ::= SEQUENCE
4986 struct sib_type4_nb_r13_s {
4987  bool ext = false;
4990  bool late_non_crit_ext_present = false;
4994  // ...
4995  // group 0
4999  // sequence methods
5000  SRSASN_CODE pack(bit_ref& bref) const;
5002  void to_json(json_writer& j) const;
5003 };
5005 // SystemInformationBlockType5-NB-r13 ::= SEQUENCE
5006 struct sib_type5_nb_r13_s {
5007  bool ext = false;
5008  bool late_non_crit_ext_present = false;
5012  // ...
5013  // group 0
5017  // sequence methods
5018  SRSASN_CODE pack(bit_ref& bref) const;
5020  void to_json(json_writer& j) const;
5021 };
5023 // PLMN-IdentityList-NB-r13 ::= SEQUENCE (SIZE (1..6)) OF PLMN-IdentityInfo-NB-r13
5025 
5026 // SchedulingInfoList-NB-r13 ::= SEQUENCE (SIZE (1..8)) OF SchedulingInfo-NB-r13
5028 
5029 // SystemInfoValueTagList-NB-r13 ::= SEQUENCE (SIZE (1..8)) OF INTEGER (0..3)
5031 
5032 // SystemInformation-NB-r13-IEs ::= SEQUENCE
5033 struct sys_info_nb_r13_ies_s {
5034  struct sib_type_and_info_r13_item_c_ {
5035  struct types_opts {
5036  enum options {
5037  sib2_r13,
5039  sib4_r13,
5040  sib5_r13,
5043  // ...
5050  typedef uint8_t number_type;
5051 
5052  const char* to_string() const;
5053  uint8_t to_number() const;
5054  };
5057  // choice methods
5062  void set(types::options e = types::nulltype);
5063  types type() const { return type_; }
5064  SRSASN_CODE pack(bit_ref& bref) const;
5065  SRSASN_CODE unpack(cbit_ref& bref);
5066  void to_json(json_writer& j) const;
5067  // getters
5069  {
5070  assert_choice_type(types::sib2_r13, type_, "sib-TypeAndInfo-r13-item");
5071  return c.get<sib_type2_nb_r13_s>();
5072  }
5074  {
5075  assert_choice_type(types::sib3_r13, type_, "sib-TypeAndInfo-r13-item");
5076  return c.get<sib_type3_nb_r13_s>();
5077  }
5079  {
5080  assert_choice_type(types::sib4_r13, type_, "sib-TypeAndInfo-r13-item");
5081  return c.get<sib_type4_nb_r13_s>();
5082  }
5084  {
5085  assert_choice_type(types::sib5_r13, type_, "sib-TypeAndInfo-r13-item");
5086  return c.get<sib_type5_nb_r13_s>();
5087  }
5089  {
5090  assert_choice_type(types::sib14_r13, type_, "sib-TypeAndInfo-r13-item");
5091  return c.get<sib_type14_nb_r13_s>();
5092  }
5094  {
5095  assert_choice_type(types::sib16_r13, type_, "sib-TypeAndInfo-r13-item");
5096  return c.get<sib_type16_nb_r13_s>();
5097  }
5099  {
5100  assert_choice_type(types::sib15_v1430, type_, "sib-TypeAndInfo-r13-item");
5101  return c.get<sib_type15_nb_r14_s>();
5102  }
5104  {
5105  assert_choice_type(types::sib20_v1430, type_, "sib-TypeAndInfo-r13-item");
5106  return c.get<sib_type20_nb_r14_s>();
5107  }
5109  {
5110  assert_choice_type(types::sib22_v1430, type_, "sib-TypeAndInfo-r13-item");
5111  return c.get<sib_type22_nb_r14_s>();
5112  }
5114  {
5115  assert_choice_type(types::sib23_v1530, type_, "sib-TypeAndInfo-r13-item");
5116  return c.get<sib_type23_nb_r15_s>();
5117  }
5118  const sib_type2_nb_r13_s& sib2_r13() const
5119  {
5120  assert_choice_type(types::sib2_r13, type_, "sib-TypeAndInfo-r13-item");
5121  return c.get<sib_type2_nb_r13_s>();
5122  }
5123  const sib_type3_nb_r13_s& sib3_r13() const
5124  {
5125  assert_choice_type(types::sib3_r13, type_, "sib-TypeAndInfo-r13-item");
5126  return c.get<sib_type3_nb_r13_s>();
5127  }
5128  const sib_type4_nb_r13_s& sib4_r13() const
5129  {
5130  assert_choice_type(types::sib4_r13, type_, "sib-TypeAndInfo-r13-item");
5131  return c.get<sib_type4_nb_r13_s>();
5132  }
5133  const sib_type5_nb_r13_s& sib5_r13() const
5134  {
5135  assert_choice_type(types::sib5_r13, type_, "sib-TypeAndInfo-r13-item");
5136  return c.get<sib_type5_nb_r13_s>();
5137  }
5138  const sib_type14_nb_r13_s& sib14_r13() const
5139  {
5140  assert_choice_type(types::sib14_r13, type_, "sib-TypeAndInfo-r13-item");
5141  return c.get<sib_type14_nb_r13_s>();
5142  }
5143  const sib_type16_nb_r13_s& sib16_r13() const
5144  {
5145  assert_choice_type(types::sib16_r13, type_, "sib-TypeAndInfo-r13-item");
5146  return c.get<sib_type16_nb_r13_s>();
5147  }
5148  const sib_type15_nb_r14_s& sib15_v1430() const
5149  {
5150  assert_choice_type(types::sib15_v1430, type_, "sib-TypeAndInfo-r13-item");
5151  return c.get<sib_type15_nb_r14_s>();
5152  }
5153  const sib_type20_nb_r14_s& sib20_v1430() const
5154  {
5155  assert_choice_type(types::sib20_v1430, type_, "sib-TypeAndInfo-r13-item");
5156  return c.get<sib_type20_nb_r14_s>();
5157  }
5158  const sib_type22_nb_r14_s& sib22_v1430() const
5159  {
5160  assert_choice_type(types::sib22_v1430, type_, "sib-TypeAndInfo-r13-item");
5161  return c.get<sib_type22_nb_r14_s>();
5162  }
5163  const sib_type23_nb_r15_s& sib23_v1530() const
5164  {
5165  assert_choice_type(types::sib23_v1530, type_, "sib-TypeAndInfo-r13-item");
5166  return c.get<sib_type23_nb_r15_s>();
5167  }
5178 
5179  private:
5180  types type_;
5191  c;
5192 
5193  void destroy_();
5194  };
5196 
5197  // member variables
5198  bool late_non_crit_ext_present = false;
5199  bool non_crit_ext_present = false;
5202 
5203  // sequence methods
5204  SRSASN_CODE pack(bit_ref& bref) const;
5205  SRSASN_CODE unpack(cbit_ref& bref);
5206  void to_json(json_writer& j) const;
5207 };
5209 // SystemInformationBlockType1-NB-v1350 ::= SEQUENCE
5210 struct sib_type1_nb_v1350_s {
5211  bool cell_sel_info_v1350_present = false;
5212  bool non_crit_ext_present = false;
5215 
5216  // sequence methods
5217  SRSASN_CODE pack(bit_ref& bref) const;
5219  void to_json(json_writer& j) const;
5220 };
5222 // SystemInformation-NB ::= SEQUENCE
5223 struct sys_info_nb_s {
5224  struct crit_exts_c_ {
5225  struct types_opts {
5227 
5228  const char* to_string() const;
5229  };
5230  typedef enumerated<types_opts> types;
5232  // choice methods
5233  crit_exts_c_() = default;
5234  void set(types::options e = types::nulltype);
5235  types type() const { return type_; }
5236  SRSASN_CODE pack(bit_ref& bref) const;
5237  SRSASN_CODE unpack(cbit_ref& bref);
5238  void to_json(json_writer& j) const;
5239  // getters
5241  {
5242  assert_choice_type(types::sys_info_r13, type_, "criticalExtensions");
5243  return c;
5244  }
5245  const sys_info_nb_r13_ies_s& sys_info_r13() const
5246  {
5247  assert_choice_type(types::sys_info_r13, type_, "criticalExtensions");
5248  return c;
5249  }
5251  void set_crit_exts_future();
5252 
5253  private:
5254  types type_;
5256  };
5257 
5258  // member variables
5260 
5261  // sequence methods
5262  SRSASN_CODE pack(bit_ref& bref) const;
5264  void to_json(json_writer& j) const;
5265 };
5266 
5267 // SystemInformationBlockType1-NB ::= SEQUENCE
5268 struct sib_type1_nb_s {
5269  struct cell_access_related_info_r13_s_ {
5270  struct cell_barred_r13_opts {
5271  enum options { barred, not_barred, nulltype } value;
5272 
5273  const char* to_string() const;
5274  };
5276  struct intra_freq_resel_r13_opts {
5279  const char* to_string() const;
5280  };
5282 
5283  // member variables
5289  };
5290  struct cell_sel_info_r13_s_ {
5291  int8_t q_rx_lev_min_r13 = -70;
5292  int8_t q_qual_min_r13 = -34;
5293  };
5295  enum options { n1, n2, n3, nulltype } value;
5296  typedef uint8_t number_type;
5297 
5298  const char* to_string() const;
5299  uint8_t to_number() const;
5300  };
5303  enum options {
5306  db_minus3,
5308  db0,
5322  typedef float number_type;
5324  const char* to_string() const;
5325  float to_number() const;
5326  const char* to_number_string() const;
5327  };
5329  struct si_win_len_r13_opts {
5331  typedef uint16_t number_type;
5332 
5333  const char* to_string() const;
5334  uint16_t to_number() const;
5335  };
5338  // member variables
5339  bool p_max_r13_present = false;
5340  bool freq_band_info_r13_present = false;
5341  bool multi_band_info_list_r13_present = false;
5342  bool dl_bitmap_r13_present = false;
5345  bool si_radio_frame_offset_r13_present = false;
5348  bool non_crit_ext_present = false;
5352  int8_t p_max_r13 = -30;
5353  uint16_t freq_band_ind_r13 = 1;
5366  // sequence methods
5367  SRSASN_CODE pack(bit_ref& bref) const;
5369  void to_json(json_writer& j) const;
5370 };
5372 // BCCH-DL-SCH-MessageType-NB ::= CHOICE
5374  struct c1_c_ {
5375  struct types_opts {
5377  typedef uint8_t number_type;
5378 
5379  const char* to_string() const;
5380  uint8_t to_number() const;
5381  };
5384  // choice methods
5385  c1_c_() = default;
5386  c1_c_(const c1_c_& other);
5387  c1_c_& operator=(const c1_c_& other);
5388  ~c1_c_() { destroy_(); }
5389  void set(types::options e = types::nulltype);
5390  types type() const { return type_; }
5391  SRSASN_CODE pack(bit_ref& bref) const;
5392  SRSASN_CODE unpack(cbit_ref& bref);
5393  void to_json(json_writer& j) const;
5394  // getters
5396  {
5397  assert_choice_type(types::sys_info_r13, type_, "c1");
5398  return c.get<sys_info_nb_s>();
5399  }
5401  {
5402  assert_choice_type(types::sib_type1_r13, type_, "c1");
5403  return c.get<sib_type1_nb_s>();
5404  }
5405  const sys_info_nb_s& sys_info_r13() const
5406  {
5407  assert_choice_type(types::sys_info_r13, type_, "c1");
5408  return c.get<sys_info_nb_s>();
5409  }
5410  const sib_type1_nb_s& sib_type1_r13() const
5411  {
5412  assert_choice_type(types::sib_type1_r13, type_, "c1");
5413  return c.get<sib_type1_nb_s>();
5414  }
5417 
5418  private:
5419  types type_;
5421 
5422  void destroy_();
5423  };
5424  struct types_opts {
5425  enum options { c1, msg_class_ext, nulltype } value;
5426  typedef uint8_t number_type;
5428  const char* to_string() const;
5429  uint8_t to_number() const;
5430  };
5431  typedef enumerated<types_opts> types;
5433  // choice methods
5435  void set(types::options e = types::nulltype);
5436  types type() const { return type_; }
5437  SRSASN_CODE pack(bit_ref& bref) const;
5438  SRSASN_CODE unpack(cbit_ref& bref);
5439  void to_json(json_writer& j) const;
5440  // getters
5441  c1_c_& c1()
5442  {
5443  assert_choice_type(types::c1, type_, "BCCH-DL-SCH-MessageType-NB");
5444  return c;
5445  }
5446  const c1_c_& c1() const
5447  {
5448  assert_choice_type(types::c1, type_, "BCCH-DL-SCH-MessageType-NB");
5449  return c;
5450  }
5451  c1_c_& set_c1();
5452  void set_msg_class_ext();
5453 
5454 private:
5455  types type_;
5456  c1_c_ c;
5457 };
5458 
5459 // BCCH-DL-SCH-Message-NB ::= SEQUENCE
5460 struct bcch_dl_sch_msg_nb_s {
5462 
5463  // sequence methods
5464  SRSASN_CODE pack(bit_ref& bref) const;
5465  SRSASN_CODE unpack(cbit_ref& bref);
5466  void to_json(json_writer& j) const;
5467 };
5469 // RRCConnectionReestablishment-NB-v1430-IEs ::= SEQUENCE
5471  bool dl_nas_mac_present = false;
5472  bool non_crit_ext_present = false;
5474 
5475  // sequence methods
5476  SRSASN_CODE pack(bit_ref& bref) const;
5477  SRSASN_CODE unpack(cbit_ref& bref);
5478  void to_json(json_writer& j) const;
5479 };
5481 // RRCEarlyDataComplete-NB-v1590-IEs ::= SEQUENCE
5483  bool late_non_crit_ext_present = false;
5484  bool non_crit_ext_present = false;
5486 
5487  // sequence methods
5488  SRSASN_CODE pack(bit_ref& bref) const;
5489  SRSASN_CODE unpack(cbit_ref& bref);
5490  void to_json(json_writer& j) const;
5491 };
5493 // RedirectedCarrierInfo-NB-r13 ::= CarrierFreq-NB-r13
5495 
5496 // RedirectedCarrierInfo-NB-v1430 ::= SEQUENCE
5498  struct redirected_carrier_offset_ded_r14_opts {
5499  enum options {
5500  db1,
5501  db2,
5503  db4,
5504  db5,
5518  typedef uint8_t number_type;
5520  const char* to_string() const;
5521  uint8_t to_number() const;
5522  };
5524  struct t322_r14_opts {
5526  typedef uint8_t number_type;
5527 
5528  const char* to_string() const;
5529  uint8_t to_number() const;
5530  };
5533  // member variables
5536 
5537  // sequence methods
5538  SRSASN_CODE pack(bit_ref& bref) const;
5540  void to_json(json_writer& j) const;
5541 };
5543 // RRCConnectionReestablishment-NB-r13-IEs ::= SEQUENCE
5545  bool late_non_crit_ext_present = false;
5546  bool non_crit_ext_present = false;
5548  uint8_t next_hop_chaining_count_r13 = 0;
5551 
5552  // sequence methods
5553  SRSASN_CODE pack(bit_ref& bref) const;
5555  void to_json(json_writer& j) const;
5556 };
5558 // RRCConnectionReject-NB-r13-IEs ::= SEQUENCE
5560  bool rrc_suspend_ind_r13_present = false;
5561  bool late_non_crit_ext_present = false;
5562  bool non_crit_ext_present = false;
5563  uint16_t extended_wait_time_r13 = 1;
5565 
5566  // sequence methods
5567  SRSASN_CODE pack(bit_ref& bref) const;
5569  void to_json(json_writer& j) const;
5570 };
5572 // RRCConnectionSetup-NB-r13-IEs ::= SEQUENCE
5574  bool late_non_crit_ext_present = false;
5575  bool non_crit_ext_present = false;
5578 
5579  // sequence methods
5580  SRSASN_CODE pack(bit_ref& bref) const;
5582  void to_json(json_writer& j) const;
5583 };
5585 // RRCEarlyDataComplete-NB-r15-IEs ::= SEQUENCE
5587  bool ded_info_nas_r15_present = false;
5588  bool extended_wait_time_r15_present = false;
5591  bool non_crit_ext_present = false;
5593  uint16_t extended_wait_time_r15 = 1;
5598  // sequence methods
5599  SRSASN_CODE pack(bit_ref& bref) const;
5601  void to_json(json_writer& j) const;
5602 };
5604 // RRCConnectionReestablishment-NB ::= SEQUENCE
5605 struct rrc_conn_reest_nb_s {
5606  struct crit_exts_c_ {
5607  struct c1_c_ {
5608  struct types_opts {
5610 
5611  const char* to_string() const;
5612  };
5615  // choice methods
5616  c1_c_() = default;
5617  void set(types::options e = types::nulltype);
5618  types type() const { return type_; }
5619  SRSASN_CODE pack(bit_ref& bref) const;
5620  SRSASN_CODE unpack(cbit_ref& bref);
5621  void to_json(json_writer& j) const;
5622  // getters
5624  {
5625  assert_choice_type(types::rrc_conn_reest_r13, type_, "c1");
5626  return c;
5627  }
5629  {
5630  assert_choice_type(types::rrc_conn_reest_r13, type_, "c1");
5631  return c;
5632  }
5634  void set_spare1();
5635 
5636  private:
5637  types type_;
5639  };
5640  using types = c1_or_crit_ext_e;
5641 
5642  // choice methods
5643  crit_exts_c_() = default;
5644  void set(types::options e = types::nulltype);
5645  types type() const { return type_; }
5646  SRSASN_CODE pack(bit_ref& bref) const;
5647  SRSASN_CODE unpack(cbit_ref& bref);
5648  void to_json(json_writer& j) const;
5649  // getters
5650  c1_c_& c1()
5651  {
5652  assert_choice_type(types::c1, type_, "criticalExtensions");
5653  return c;
5654  }
5655  const c1_c_& c1() const
5656  {
5657  assert_choice_type(types::c1, type_, "criticalExtensions");
5658  return c;
5659  }
5660  c1_c_& set_c1();
5661  void set_crit_exts_future();
5662 
5663  private:
5664  types type_;
5665  c1_c_ c;
5666  };
5667 
5668  // member variables
5669  uint8_t rrc_transaction_id = 0;
5671 
5672  // sequence methods
5673  SRSASN_CODE pack(bit_ref& bref) const;
5674  SRSASN_CODE unpack(cbit_ref& bref);
5675  void to_json(json_writer& j) const;
5676 };
5678 // RRCConnectionReject-NB ::= SEQUENCE
5679 struct rrc_conn_reject_nb_s {
5680  struct crit_exts_c_ {
5681  struct c1_c_ {
5682  struct types_opts {
5684 
5685  const char* to_string() const;
5686  };
5689  // choice methods
5690  c1_c_() = default;
5691  void set(types::options e = types::nulltype);
5692  types type() const { return type_; }
5693  SRSASN_CODE pack(bit_ref& bref) const;
5694  SRSASN_CODE unpack(cbit_ref& bref);
5695  void to_json(json_writer& j) const;
5696  // getters
5698  {
5699  assert_choice_type(types::rrc_conn_reject_r13, type_, "c1");
5700  return c;
5701  }
5703  {
5704  assert_choice_type(types::rrc_conn_reject_r13, type_, "c1");
5705  return c;
5706  }
5708  void set_spare1();
5709 
5710  private:
5711  types type_;
5713  };
5714  using types = c1_or_crit_ext_e;
5715 
5716  // choice methods
5717  crit_exts_c_() = default;
5718  void set(types::options e = types::nulltype);
5719  types type() const { return type_; }
5720  SRSASN_CODE pack(bit_ref& bref) const;
5721  SRSASN_CODE unpack(cbit_ref& bref);
5722  void to_json(json_writer& j) const;
5723  // getters
5724  c1_c_& c1()
5725  {
5726  assert_choice_type(types::c1, type_, "criticalExtensions");
5727  return c;
5728  }
5729  const c1_c_& c1() const
5730  {
5731  assert_choice_type(types::c1, type_, "criticalExtensions");
5732  return c;
5733  }
5734  c1_c_& set_c1();
5735  void set_crit_exts_future();
5736 
5737  private:
5738  types type_;
5739  c1_c_ c;
5740  };
5741 
5742  // member variables
5744 
5745  // sequence methods
5746  SRSASN_CODE pack(bit_ref& bref) const;
5748  void to_json(json_writer& j) const;
5749 };
5750 
5751 // RRCConnectionSetup-NB ::= SEQUENCE
5752 struct rrc_conn_setup_nb_s {
5753  struct crit_exts_c_ {
5754  struct c1_c_ {
5755  struct types_opts {
5757 
5758  const char* to_string() const;
5759  };
5762  // choice methods
5763  c1_c_() = default;
5764  void set(types::options e = types::nulltype);
5765  types type() const { return type_; }
5766  SRSASN_CODE pack(bit_ref& bref) const;
5767  SRSASN_CODE unpack(cbit_ref& bref);
5768  void to_json(json_writer& j) const;
5769  // getters
5771  {
5772  assert_choice_type(types::rrc_conn_setup_r13, type_, "c1");
5773  return c;
5774  }
5776  {
5777  assert_choice_type(types::rrc_conn_setup_r13, type_, "c1");
5778  return c;
5779  }
5781  void set_spare1();
5782 
5783  private:
5784  types type_;
5786  };
5787  using types = c1_or_crit_ext_e;
5788 
5789  // choice methods
5790  crit_exts_c_() = default;
5791  void set(types::options e = types::nulltype);
5792  types type() const { return type_; }
5793  SRSASN_CODE pack(bit_ref& bref) const;
5794  SRSASN_CODE unpack(cbit_ref& bref);
5795  void to_json(json_writer& j) const;
5796  // getters
5797  c1_c_& c1()
5798  {
5799  assert_choice_type(types::c1, type_, "criticalExtensions");
5800  return c;
5801  }
5802  const c1_c_& c1() const
5803  {
5804  assert_choice_type(types::c1, type_, "criticalExtensions");
5805  return c;
5806  }
5807  c1_c_& set_c1();
5808  void set_crit_exts_future();
5809 
5810  private:
5811  types type_;
5812  c1_c_ c;
5813  };
5814 
5815  // member variables
5816  uint8_t rrc_transaction_id = 0;
5818 
5819  // sequence methods
5820  SRSASN_CODE pack(bit_ref& bref) const;
5821  SRSASN_CODE unpack(cbit_ref& bref);
5822  void to_json(json_writer& j) const;
5823 };
5825 // RRCEarlyDataComplete-NB-r15 ::= SEQUENCE
5827  struct crit_exts_c_ {
5828  struct types_opts {
5830 
5831  const char* to_string() const;
5832  };
5833  typedef enumerated<types_opts> types;
5835  // choice methods
5836  crit_exts_c_() = default;
5837  void set(types::options e = types::nulltype);
5838  types type() const { return type_; }
5839  SRSASN_CODE pack(bit_ref& bref) const;
5840  SRSASN_CODE unpack(cbit_ref& bref);
5841  void to_json(json_writer& j) const;
5842  // getters
5844  {
5845  assert_choice_type(types::rrc_early_data_complete_r15, type_, "criticalExtensions");
5846  return c;
5847  }
5849  {
5850  assert_choice_type(types::rrc_early_data_complete_r15, type_, "criticalExtensions");
5851  return c;
5852  }
5854  void set_crit_exts_future();
5855 
5856  private:
5857  types type_;
5859  };
5860 
5861  // member variables
5863 
5864  // sequence methods
5865  SRSASN_CODE pack(bit_ref& bref) const;
5867  void to_json(json_writer& j) const;
5868 };
5869 
5870 // DL-CCCH-MessageType-NB ::= CHOICE
5871 struct dl_ccch_msg_type_nb_c {
5872  struct c1_c_ {
5873  struct types_opts {
5874  enum options {
5886  const char* to_string() const;
5887  };
5890  // choice methods
5891  c1_c_() = default;
5892  c1_c_(const c1_c_& other);
5893  c1_c_& operator=(const c1_c_& other);
5894  ~c1_c_() { destroy_(); }
5895  void set(types::options e = types::nulltype);
5896  types type() const { return type_; }
5897  SRSASN_CODE pack(bit_ref& bref) const;
5898  SRSASN_CODE unpack(cbit_ref& bref);
5899  void to_json(json_writer& j) const;
5900  // getters
5902  {
5903  assert_choice_type(types::rrc_conn_reest_r13, type_, "c1");
5904  return c.get<rrc_conn_reest_nb_s>();
5905  }
5907  {
5908  assert_choice_type(types::rrc_conn_reest_reject_r13, type_, "c1");
5910  }
5912  {
5913  assert_choice_type(types::rrc_conn_reject_r13, type_, "c1");
5914  return c.get<rrc_conn_reject_nb_s>();
5915  }
5917  {
5918  assert_choice_type(types::rrc_conn_setup_r13, type_, "c1");
5919  return c.get<rrc_conn_setup_nb_s>();
5920  }
5922  {
5923  assert_choice_type(types::rrc_early_data_complete_r15, type_, "c1");
5925  }
5927  {
5928  assert_choice_type(types::rrc_conn_reest_r13, type_, "c1");
5929  return c.get<rrc_conn_reest_nb_s>();
5930  }
5932  {
5933  assert_choice_type(types::rrc_conn_reest_reject_r13, type_, "c1");
5935  }
5937  {
5938  assert_choice_type(types::rrc_conn_reject_r13, type_, "c1");
5939  return c.get<rrc_conn_reject_nb_s>();
5940  }
5942  {
5943  assert_choice_type(types::rrc_conn_setup_r13, type_, "c1");
5944  return c.get<rrc_conn_setup_nb_s>();
5945  }
5947  {
5948  assert_choice_type(types::rrc_early_data_complete_r15, type_, "c1");
5950  }
5956  void set_spare3();
5957  void set_spare2();
5958  void set_spare1();
5959 
5960  private:
5961  types type_;
5967  c;
5968 
5969  void destroy_();
5970  };
5971  struct types_opts {
5972  enum options { c1, msg_class_ext, nulltype } value;
5973  typedef uint8_t number_type;
5974 
5975  const char* to_string() const;
5976  uint8_t to_number() const;
5977  };
5978  typedef enumerated<types_opts> types;
5980  // choice methods
5982  void set(types::options e = types::nulltype);
5983  types type() const { return type_; }
5984  SRSASN_CODE pack(bit_ref& bref) const;
5985  SRSASN_CODE unpack(cbit_ref& bref);
5986  void to_json(json_writer& j) const;
5987  // getters
5988  c1_c_& c1()
5989  {
5990  assert_choice_type(types::c1, type_, "DL-CCCH-MessageType-NB");
5991  return c;
5992  }
5993  const c1_c_& c1() const
5994  {
5995  assert_choice_type(types::c1, type_, "DL-CCCH-MessageType-NB");
5996  return c;
5997  }
5998  c1_c_& set_c1();
5999  void set_msg_class_ext();
6000 
6001 private:
6002  types type_;
6003  c1_c_ c;
6004 };
6005 
6006 // DL-CCCH-Message-NB ::= SEQUENCE
6007 struct dl_ccch_msg_nb_s {
6009 
6010  // sequence methods
6011  SRSASN_CODE pack(bit_ref& bref) const;
6012  SRSASN_CODE unpack(cbit_ref& bref);
6013  void to_json(json_writer& j) const;
6014 };
6016 // RRCConnectionRelease-NB-v15b0-IEs ::= SEQUENCE
6018  bool no_last_cell_upd_r15_present = false;
6019  bool non_crit_ext_present = false;
6020 
6021  // sequence methods
6022  SRSASN_CODE pack(bit_ref& bref) const;
6023  SRSASN_CODE unpack(cbit_ref& bref);
6024  void to_json(json_writer& j) const;
6025 };
6027 // RedirectedCarrierInfo-NB-v1550 ::= CarrierFreq-NB-v1550
6029 
6030 // RRCConnectionRelease-NB-v1550-IEs ::= SEQUENCE
6033  bool non_crit_ext_present = false;
6037  // sequence methods
6038  SRSASN_CODE pack(bit_ref& bref) const;
6040  void to_json(json_writer& j) const;
6041 };
6043 // RRCConnectionRelease-NB-v1530-IEs ::= SEQUENCE
6045  bool drb_continue_rohc_r15_present = false;
6047  bool non_crit_ext_present = false;
6048  uint8_t next_hop_chaining_count_r15 = 0;
6050 
6051  // sequence methods
6052  SRSASN_CODE pack(bit_ref& bref) const;
6054  void to_json(json_writer& j) const;
6055 };
6057 // RRCConnectionRelease-NB-v1430-IEs ::= SEQUENCE
6061  bool non_crit_ext_present = false;
6063  uint16_t extended_wait_time_cpdata_r14 = 1;
6065 
6066  // sequence methods
6067  SRSASN_CODE pack(bit_ref& bref) const;
6069  void to_json(json_writer& j) const;
6070 };
6072 // ReleaseCause-NB-r13 ::= ENUMERATED
6075 
6076  const char* to_string() const;
6077 };
6079 
6080 // DLInformationTransfer-NB-r13-IEs ::= SEQUENCE
6083  bool non_crit_ext_present = false;
6087  // sequence methods
6088  SRSASN_CODE pack(bit_ref& bref) const;
6090  void to_json(json_writer& j) const;
6091 };
6093 // RRCConnectionReconfiguration-NB-r13-IEs ::= SEQUENCE
6096 
6097  // member variables
6098  bool ded_info_nas_list_r13_present = false;
6099  bool rr_cfg_ded_r13_present = false;
6100  bool full_cfg_r13_present = false;
6101  bool late_non_crit_ext_present = false;
6102  bool non_crit_ext_present = false;
6107  // sequence methods
6108  SRSASN_CODE pack(bit_ref& bref) const;
6110  void to_json(json_writer& j) const;
6111 };
6113 // RRCConnectionRelease-NB-r13-IEs ::= SEQUENCE
6115  bool resume_id_r13_present = false;
6116  bool extended_wait_time_r13_present = false;
6118  bool late_non_crit_ext_present = false;
6119  bool non_crit_ext_present = false;
6127  // sequence methods
6128  SRSASN_CODE pack(bit_ref& bref) const;
6130  void to_json(json_writer& j) const;
6131 };
6133 // RRCConnectionResume-NB-r13-IEs ::= SEQUENCE
6135  bool rr_cfg_ded_r13_present = false;
6136  bool drb_continue_rohc_r13_present = false;
6137  bool late_non_crit_ext_present = false;
6138  bool non_crit_ext_present = false;
6140  uint8_t next_hop_chaining_count_r13 = 0;
6143  // sequence methods
6144  SRSASN_CODE pack(bit_ref& bref) const;
6146  void to_json(json_writer& j) const;
6147 };
6149 // UECapabilityEnquiry-NB-r13-IEs ::= SEQUENCE
6151  bool late_non_crit_ext_present = false;
6152  bool non_crit_ext_present = false;
6154 
6155  // sequence methods
6156  SRSASN_CODE pack(bit_ref& bref) const;
6157  SRSASN_CODE unpack(cbit_ref& bref);
6158  void to_json(json_writer& j) const;
6159 };
6161 // DLInformationTransfer-NB ::= SEQUENCE
6162 struct dl_info_transfer_nb_s {
6163  struct crit_exts_c_ {
6164  struct c1_c_ {
6165  struct types_opts {
6167 
6168  const char* to_string() const;
6169  };
6172  // choice methods
6173  c1_c_() = default;
6174  void set(types::options e = types::nulltype);
6175  types type() const { return type_; }
6176  SRSASN_CODE pack(bit_ref& bref) const;
6177  SRSASN_CODE unpack(cbit_ref& bref);
6178  void to_json(json_writer& j) const;
6179  // getters
6181  {
6182  assert_choice_type(types::dl_info_transfer_r13, type_, "c1");
6183  return c;
6184  }
6186  {
6187  assert_choice_type(types::dl_info_transfer_r13, type_, "c1");
6188  return c;
6189  }
6191  void set_spare1();
6192 
6193  private:
6194  types type_;
6196  };
6197  using types = c1_or_crit_ext_e;
6198 
6199  // choice methods
6200  crit_exts_c_() = default;
6201  void set(types::options e = types::nulltype);
6202  types type() const { return type_; }
6203  SRSASN_CODE pack(bit_ref& bref) const;
6204  SRSASN_CODE unpack(cbit_ref& bref);
6205  void to_json(json_writer& j) const;
6206  // getters
6207  c1_c_& c1()
6208  {
6209  assert_choice_type(types::c1, type_, "criticalExtensions");
6210  return c;
6211  }
6212  const c1_c_& c1() const
6213  {
6214  assert_choice_type(types::c1, type_, "criticalExtensions");
6215  return c;
6216  }
6217  c1_c_& set_c1();
6218  void set_crit_exts_future();
6219 
6220  private:
6221  types type_;
6222  c1_c_ c;
6223  };
6224 
6225  // member variables
6226  uint8_t rrc_transaction_id = 0;
6228 
6229  // sequence methods
6230  SRSASN_CODE pack(bit_ref& bref) const;
6231  SRSASN_CODE unpack(cbit_ref& bref);
6232  void to_json(json_writer& j) const;
6233 };
6235 // RRCConnectionReconfiguration-NB ::= SEQUENCE
6236 struct rrc_conn_recfg_nb_s {
6237  struct crit_exts_c_ {
6238  struct c1_c_ {
6239  struct types_opts {
6241 
6242  const char* to_string() const;
6243  };
6246  // choice methods
6247  c1_c_() = default;
6248  void set(types::options e = types::nulltype);
6249  types type() const { return type_; }
6250  SRSASN_CODE pack(bit_ref& bref) const;
6251  SRSASN_CODE unpack(cbit_ref& bref);
6252  void to_json(json_writer& j) const;
6253  // getters
6255  {
6256  assert_choice_type(types::rrc_conn_recfg_r13, type_, "c1");
6257  return c;
6258  }
6260  {
6261  assert_choice_type(types::rrc_conn_recfg_r13, type_, "c1");
6262  return c;
6263  }
6265  void set_spare1();
6266 
6267  private:
6268  types type_;
6270  };
6271  using types = c1_or_crit_ext_e;
6272 
6273  // choice methods
6274  crit_exts_c_() = default;
6275  void set(types::options e = types::nulltype);
6276  types type() const { return type_; }
6277  SRSASN_CODE pack(bit_ref& bref) const;
6278  SRSASN_CODE unpack(cbit_ref& bref);
6279  void to_json(json_writer& j) const;
6280  // getters
6281  c1_c_& c1()
6282  {
6283  assert_choice_type(types::c1, type_, "criticalExtensions");
6284  return c;
6285  }
6286  const c1_c_& c1() const
6287  {
6288  assert_choice_type(types::c1, type_, "criticalExtensions");
6289  return c;
6290  }
6291  c1_c_& set_c1();
6292  void set_crit_exts_future();
6293 
6294  private:
6295  types type_;
6296  c1_c_ c;
6297  };
6298 
6299  // member variables
6300  uint8_t rrc_transaction_id = 0;
6302 
6303  // sequence methods
6304  SRSASN_CODE pack(bit_ref& bref) const;
6305  SRSASN_CODE unpack(cbit_ref& bref);
6306  void to_json(json_writer& j) const;
6307 };
6309 // RRCConnectionRelease-NB ::= SEQUENCE
6310 struct rrc_conn_release_nb_s {
6311  struct crit_exts_c_ {
6312  struct c1_c_ {
6313  struct types_opts {
6315 
6316  const char* to_string() const;
6317  };
6320  // choice methods
6321  c1_c_() = default;
6322  void set(types::options e = types::nulltype);
6323  types type() const { return type_; }
6324  SRSASN_CODE pack(bit_ref& bref) const;
6325  SRSASN_CODE unpack(cbit_ref& bref);
6326  void to_json(json_writer& j) const;
6327  // getters
6329  {
6330  assert_choice_type(types::rrc_conn_release_r13, type_, "c1");
6331  return c;
6332  }
6334  {
6335  assert_choice_type(types::rrc_conn_release_r13, type_, "c1");
6336  return c;
6337  }
6339  void set_spare1();
6340 
6341  private:
6342  types type_;
6344  };
6345  using types = c1_or_crit_ext_e;
6346 
6347  // choice methods
6348  crit_exts_c_() = default;
6349  void set(types::options e = types::nulltype);
6350  types type() const { return type_; }
6351  SRSASN_CODE pack(bit_ref& bref) const;
6352  SRSASN_CODE unpack(cbit_ref& bref);
6353  void to_json(json_writer& j) const;
6354  // getters
6355  c1_c_& c1()
6356  {
6357  assert_choice_type(types::c1, type_, "criticalExtensions");
6358  return c;
6359  }
6360  const c1_c_& c1() const
6361  {
6362  assert_choice_type(types::c1, type_, "criticalExtensions");
6363  return c;
6364  }
6365  c1_c_& set_c1();
6366  void set_crit_exts_future();
6367 
6368  private:
6369  types type_;
6370  c1_c_ c;
6371  };
6372 
6373  // member variables
6374  uint8_t rrc_transaction_id = 0;
6376 
6377  // sequence methods
6378  SRSASN_CODE pack(bit_ref& bref) const;
6379  SRSASN_CODE unpack(cbit_ref& bref);
6380  void to_json(json_writer& j) const;
6381 };
6383 // RRCConnectionResume-NB ::= SEQUENCE
6384 struct rrc_conn_resume_nb_s {
6385  struct crit_exts_c_ {
6386  struct c1_c_ {
6387  struct types_opts {
6389 
6390  const char* to_string() const;
6391  };
6394  // choice methods
6395  c1_c_() = default;
6396  void set(types::options e = types::nulltype);
6397  types type() const { return type_; }
6398  SRSASN_CODE pack(bit_ref& bref) const;
6399  SRSASN_CODE unpack(cbit_ref& bref);
6400  void to_json(json_writer& j) const;
6401  // getters
6403  {
6404  assert_choice_type(types::rrc_conn_resume_r13, type_, "c1");
6405  return c;
6406  }
6408  {
6409  assert_choice_type(types::rrc_conn_resume_r13, type_, "c1");
6410  return c;
6411  }
6413  void set_spare1();
6414 
6415  private:
6416  types type_;
6418  };
6419  using types = c1_or_crit_ext_e;
6420 
6421  // choice methods
6422  crit_exts_c_() = default;
6423  void set(types::options e = types::nulltype);
6424  types type() const { return type_; }
6425  SRSASN_CODE pack(bit_ref& bref) const;
6426  SRSASN_CODE unpack(cbit_ref& bref);
6427  void to_json(json_writer& j) const;
6428  // getters
6429  c1_c_& c1()
6430  {
6431  assert_choice_type(types::c1, type_, "criticalExtensions");
6432  return c;
6433  }
6434  const c1_c_& c1() const
6435  {
6436  assert_choice_type(types::c1, type_, "criticalExtensions");
6437  return c;
6438  }
6439  c1_c_& set_c1();
6440  void set_crit_exts_future();
6441 
6442  private:
6443  types type_;
6444  c1_c_ c;
6445  };
6446 
6447  // member variables
6448  uint8_t rrc_transaction_id = 0;
6450 
6451  // sequence methods
6452  SRSASN_CODE pack(bit_ref& bref) const;
6453  SRSASN_CODE unpack(cbit_ref& bref);
6454  void to_json(json_writer& j) const;
6455 };
6457 // UECapabilityEnquiry-NB ::= SEQUENCE
6458 struct ue_cap_enquiry_nb_s {
6459  struct crit_exts_c_ {
6460  struct c1_c_ {
6461  struct types_opts {
6463 
6464  const char* to_string() const;
6465  };
6468  // choice methods
6469  c1_c_() = default;
6470  void set(types::options e = types::nulltype);
6471  types type() const { return type_; }
6472  SRSASN_CODE pack(bit_ref& bref) const;
6473  SRSASN_CODE unpack(cbit_ref& bref);
6474  void to_json(json_writer& j) const;
6475  // getters
6477  {
6478  assert_choice_type(types::ue_cap_enquiry_r13, type_, "c1");
6479  return c;
6480  }
6482  {
6483  assert_choice_type(types::ue_cap_enquiry_r13, type_, "c1");
6484  return c;
6485  }
6487  void set_spare1();
6488 
6489  private:
6490  types type_;
6492  };
6493  using types = c1_or_crit_ext_e;
6494 
6495  // choice methods
6496  crit_exts_c_() = default;
6497  void set(types::options e = types::nulltype);
6498  types type() const { return type_; }
6499  SRSASN_CODE pack(bit_ref& bref) const;
6500  SRSASN_CODE unpack(cbit_ref& bref);
6501  void to_json(json_writer& j) const;
6502  // getters
6503  c1_c_& c1()
6504  {
6505  assert_choice_type(types::c1, type_, "criticalExtensions");
6506  return c;
6507  }
6508  const c1_c_& c1() const
6509  {
6510  assert_choice_type(types::c1, type_, "criticalExtensions");
6511  return c;
6512  }
6513  c1_c_& set_c1();
6514  void set_crit_exts_future();
6515 
6516  private:
6517  types type_;
6518  c1_c_ c;
6519  };
6520 
6521  // member variables
6522  uint8_t rrc_transaction_id = 0;
6524 
6525  // sequence methods
6526  SRSASN_CODE pack(bit_ref& bref) const;
6527  SRSASN_CODE unpack(cbit_ref& bref);
6528  void to_json(json_writer& j) const;
6529 };
6531 // DL-DCCH-MessageType-NB ::= CHOICE
6532 struct dl_dcch_msg_type_nb_c {
6533  struct c1_c_ {
6534  struct types_opts {
6535  enum options {
6547  const char* to_string() const;
6548  };
6551  // choice methods
6552  c1_c_() = default;
6553  c1_c_(const c1_c_& other);
6554  c1_c_& operator=(const c1_c_& other);
6555  ~c1_c_() { destroy_(); }
6556  void set(types::options e = types::nulltype);
6557  types type() const { return type_; }
6558  SRSASN_CODE pack(bit_ref& bref) const;
6559  SRSASN_CODE unpack(cbit_ref& bref);
6560  void to_json(json_writer& j) const;
6561  // getters
6563  {
6564  assert_choice_type(types::dl_info_transfer_r13, type_, "c1");
6565  return c.get<dl_info_transfer_nb_s>();
6566  }
6568  {
6569  assert_choice_type(types::rrc_conn_recfg_r13, type_, "c1");
6570  return c.get<rrc_conn_recfg_nb_s>();
6571  }
6573  {
6574  assert_choice_type(types::rrc_conn_release_r13, type_, "c1");
6575  return c.get<rrc_conn_release_nb_s>();
6576  }
6578  {
6579  assert_choice_type(types::security_mode_cmd_r13, type_, "c1");
6580  return c.get<security_mode_cmd_s>();
6581  }
6583  {
6584  assert_choice_type(types::ue_cap_enquiry_r13, type_, "c1");
6585  return c.get<ue_cap_enquiry_nb_s>();
6586  }
6588  {
6589  assert_choice_type(types::rrc_conn_resume_r13, type_, "c1");
6590  return c.get<rrc_conn_resume_nb_s>();
6591  }
6593  {
6594  assert_choice_type(types::dl_info_transfer_r13, type_, "c1");
6595  return c.get<dl_info_transfer_nb_s>();
6596  }
6598  {
6599  assert_choice_type(types::rrc_conn_recfg_r13, type_, "c1");
6600  return c.get<rrc_conn_recfg_nb_s>();
6601  }
6603  {
6604  assert_choice_type(types::rrc_conn_release_r13, type_, "c1");
6605  return c.get<rrc_conn_release_nb_s>();
6606  }
6608  {
6609  assert_choice_type(types::security_mode_cmd_r13, type_, "c1");
6610  return c.get<security_mode_cmd_s>();
6611  }
6613  {
6614  assert_choice_type(types::ue_cap_enquiry_r13, type_, "c1");
6615  return c.get<ue_cap_enquiry_nb_s>();
6616  }
6618  {
6619  assert_choice_type(types::rrc_conn_resume_r13, type_, "c1");
6620  return c.get<rrc_conn_resume_nb_s>();
6621  }
6628  void set_spare2();
6629  void set_spare1();
6630 
6631  private:
6632  types type_;
6639  c;
6641  void destroy_();
6642  };
6643  struct types_opts {
6644  enum options { c1, msg_class_ext, nulltype } value;
6645  typedef uint8_t number_type;
6646 
6647  const char* to_string() const;
6648  uint8_t to_number() const;
6649  };
6650  typedef enumerated<types_opts> types;
6652  // choice methods
6654  void set(types::options e = types::nulltype);
6655  types type() const { return type_; }
6656  SRSASN_CODE pack(bit_ref& bref) const;
6657  SRSASN_CODE unpack(cbit_ref& bref);
6658  void to_json(json_writer& j) const;
6659  // getters
6660  c1_c_& c1()
6661  {
6662  assert_choice_type(types::c1, type_, "DL-DCCH-MessageType-NB");
6663  return c;
6664  }
6665  const c1_c_& c1() const
6666  {
6667  assert_choice_type(types::c1, type_, "DL-DCCH-MessageType-NB");
6668  return c;
6669  }
6670  c1_c_& set_c1();
6671  void set_msg_class_ext();
6672 
6673 private:
6674  types type_;
6675  c1_c_ c;
6676 };
6677 
6678 // DL-DCCH-Message-NB ::= SEQUENCE
6679 struct dl_dcch_msg_nb_s {
6681 
6682  // sequence methods
6683  SRSASN_CODE pack(bit_ref& bref) const;
6684  SRSASN_CODE unpack(cbit_ref& bref);
6685  void to_json(json_writer& j) const;
6686 };
6688 // SupportedBand-NB-r13 ::= SEQUENCE
6689 struct supported_band_nb_r13_s {
6691  uint16_t band_r13 = 1;
6692 
6693  // sequence methods
6694  SRSASN_CODE pack(bit_ref& bref) const;
6695  SRSASN_CODE unpack(cbit_ref& bref);
6696  void to_json(json_writer& j) const;
6697 };
6699 // SupportedBandList-NB-r13 ::= SEQUENCE (SIZE (1..64)) OF SupportedBand-NB-r13
6701 
6702 // AccessStratumRelease-NB-r13 ::= ENUMERATED
6704  enum options { rel13, rel14, rel15, spare5, spare4, spare3, spare2, spare1, /*...*/ nulltype } value;
6705  typedef uint8_t number_type;
6706 
6707  const char* to_string() const;
6708  uint8_t to_number() const;
6709 };
6712 // HandoverPreparationInformation-NB-Ext-r14-IEs ::= SEQUENCE
6715  bool non_crit_ext_present = false;
6717 
6718  // sequence methods
6719  SRSASN_CODE pack(bit_ref& bref) const;
6720  SRSASN_CODE unpack(cbit_ref& bref);
6721  void to_json(json_writer& j) const;
6722 };
6724 // PDCP-Parameters-NB-r13 ::= SEQUENCE
6725 struct pdcp_params_nb_r13_s {
6726  struct supported_rohc_profiles_r13_s_ {
6727  bool profile0x0002 = false;
6728  bool profile0x0003 = false;
6729  bool profile0x0004 = false;
6730  bool profile0x0006 = false;
6731  bool profile0x0102 = false;
6732  bool profile0x0103 = false;
6733  bool profile0x0104 = false;
6734  };
6737  typedef uint8_t number_type;
6739  const char* to_string() const;
6740  uint8_t to_number() const;
6741  };
6744  // member variables
6745  bool ext = false;
6749  // ...
6751  // sequence methods
6752  SRSASN_CODE pack(bit_ref& bref) const;
6754  void to_json(json_writer& j) const;
6755 };
6757 // PhyLayerParameters-NB-r13 ::= SEQUENCE
6759  bool multi_tone_r13_present = false;
6760  bool multi_carrier_r13_present = false;
6761 
6762  // sequence methods
6763  SRSASN_CODE pack(bit_ref& bref) const;
6764  SRSASN_CODE unpack(cbit_ref& bref);
6765  void to_json(json_writer& j) const;
6766 };
6768 // RF-Parameters-NB-r13 ::= SEQUENCE
6769 struct rf_params_nb_r13_s {
6770  bool multi_ns_pmax_r13_present = false;
6772 
6773  // sequence methods
6774  SRSASN_CODE pack(bit_ref& bref) const;
6775  SRSASN_CODE unpack(cbit_ref& bref);
6776  void to_json(json_writer& j) const;
6777 };
6779 // HandoverPreparationInformation-NB-v1380-IEs ::= SEQUENCE
6781  bool late_non_crit_ext_present = false;
6782  bool non_crit_ext_present = false;
6785 
6786  // sequence methods
6787  SRSASN_CODE pack(bit_ref& bref) const;
6789  void to_json(json_writer& j) const;
6790 };
6792 // RRM-Config-NB ::= SEQUENCE
6793 struct rrm_cfg_nb_s {
6794  struct ue_inactive_time_opts {
6795  enum options {
6796  s1,
6797  s2,
6798  s3,
6799  s5,
6800  s7,
6863  const char* to_string() const;
6864  };
6867  // member variables
6868  bool ext = false;
6869  bool ue_inactive_time_present = false;
6871  // ...
6872 
6873  // sequence methods
6874  SRSASN_CODE pack(bit_ref& bref) const;
6875  SRSASN_CODE unpack(cbit_ref& bref);
6876  void to_json(json_writer& j) const;
6877 };
6879 // UE-Capability-NB-r13 ::= SEQUENCE
6880 struct ue_cap_nb_r13_s {
6881  bool ue_category_nb_r13_present = false;
6882  bool multiple_drb_r13_present = false;
6883  bool pdcp_params_r13_present = false;
6884  bool dummy_present = false;
6890  // sequence methods
6891  SRSASN_CODE pack(bit_ref& bref) const;
6893  void to_json(json_writer& j) const;
6894 };
6896 // HandoverPreparationInformation-NB-IEs ::= SEQUENCE
6897 struct ho_prep_info_nb_ies_s {
6898  bool rrm_cfg_r13_present = false;
6899  bool as_context_r13_present = false;
6900  bool non_crit_ext_present = false;
6907  // sequence methods
6908  SRSASN_CODE pack(bit_ref& bref) const;
6910  void to_json(json_writer& j) const;
6911 };
6913 // HandoverPreparationInformation-NB ::= SEQUENCE
6914 struct ho_prep_info_nb_s {
6915  struct crit_exts_c_ {
6916  struct c1_c_ {
6917  struct types_opts {
6919 
6920  const char* to_string() const;
6921  };
6924  // choice methods
6925  c1_c_() = default;
6926  void set(types::options e = types::nulltype);
6927  types type() const { return type_; }
6928  SRSASN_CODE pack(bit_ref& bref) const;
6929  SRSASN_CODE unpack(cbit_ref& bref);
6930  void to_json(json_writer& j) const;
6931  // getters
6933  {
6934  assert_choice_type(types::ho_prep_info_r13, type_, "c1");
6935  return c;
6936  }
6938  {
6939  assert_choice_type(types::ho_prep_info_r13, type_, "c1");
6940  return c;
6941  }
6943  void set_spare3();
6944  void set_spare2();
6945  void set_spare1();
6946 
6947  private:
6948  types type_;
6950  };
6951  using types = c1_or_crit_ext_e;
6952 
6953  // choice methods
6954  crit_exts_c_() = default;
6955  void set(types::options e = types::nulltype);
6956  types type() const { return type_; }
6957  SRSASN_CODE pack(bit_ref& bref) const;
6958  SRSASN_CODE unpack(cbit_ref& bref);
6959  void to_json(json_writer& j) const;
6960  // getters
6961  c1_c_& c1()
6962  {
6963  assert_choice_type(types::c1, type_, "criticalExtensions");
6964  return c;
6965  }
6966  const c1_c_& c1() const
6967  {
6968  assert_choice_type(types::c1, type_, "criticalExtensions");
6969  return c;
6970  }
6971  c1_c_& set_c1();
6972  void set_crit_exts_future();
6973 
6974  private:
6975  types type_;
6976  c1_c_ c;
6977  };
6978 
6979  // member variables
6981 
6982  // sequence methods
6983  SRSASN_CODE pack(bit_ref& bref) const;
6985  void to_json(json_writer& j) const;
6986 };
6987 
6988 // MeasResultServCell-NB-r14 ::= SEQUENCE
6990  uint8_t nrsrp_result_r14 = 0;
6991  int8_t nrsrq_result_r14 = -30;
6992 
6993  // sequence methods
6994  SRSASN_CODE pack(bit_ref& bref) const;
6995  SRSASN_CODE unpack(cbit_ref& bref);
6996  void to_json(json_writer& j) const;
6997 };
6999 // PagingRecord-NB-r13 ::= SEQUENCE
7000 struct paging_record_nb_r13_s {
7001  bool ext = false;
7003  // ...
7004 
7005  // sequence methods
7006  SRSASN_CODE pack(bit_ref& bref) const;
7007  SRSASN_CODE unpack(cbit_ref& bref);
7008  void to_json(json_writer& j) const;
7009 };
7011 // PagingRecordList-NB-r13 ::= SEQUENCE (SIZE (1..16)) OF PagingRecord-NB-r13
7013 
7014 // Paging-NB ::= SEQUENCE
7015 struct paging_nb_s {
7016  bool paging_record_list_r13_present = false;
7017  bool sys_info_mod_r13_present = false;
7018  bool sys_info_mod_e_drx_r13_present = false;
7019  bool non_crit_ext_present = false;
7021 
7022  // sequence methods
7023  SRSASN_CODE pack(bit_ref& bref) const;
7025  void to_json(json_writer& j) const;
7026 };
7028 // PCCH-MessageType-NB ::= CHOICE
7029 struct pcch_msg_type_nb_c {
7030  struct c1_c_ {
7031  struct types_opts {
7032  enum options { paging_r13, nulltype } value;
7033 
7034  const char* to_string() const;
7035  };
7036  typedef enumerated<types_opts> types;
7038  // choice methods
7039  types type() const { return types::paging_r13; }
7040  SRSASN_CODE pack(bit_ref& bref) const;
7041  SRSASN_CODE unpack(cbit_ref& bref);
7042  void to_json(json_writer& j) const;
7043  // getters
7044  paging_nb_s& paging_r13() { return c; }
7045  const paging_nb_s& paging_r13() const { return c; }
7046 
7047  private:
7048  paging_nb_s c;
7049  };
7050  struct types_opts {
7051  enum options { c1, msg_class_ext, nulltype } value;
7052  typedef uint8_t number_type;
7054  const char* to_string() const;
7055  uint8_t to_number() const;
7056  };
7057  typedef enumerated<types_opts> types;
7059  // choice methods
7060  pcch_msg_type_nb_c() = default;
7061  void set(types::options e = types::nulltype);
7062  types type() const { return type_; }
7063  SRSASN_CODE pack(bit_ref& bref) const;
7064  SRSASN_CODE unpack(cbit_ref& bref);
7065  void to_json(json_writer& j) const;
7066  // getters
7067  c1_c_& c1()
7068  {
7069  assert_choice_type(types::c1, type_, "PCCH-MessageType-NB");
7070  return c;
7071  }
7072  const c1_c_& c1() const
7073  {
7074  assert_choice_type(types::c1, type_, "PCCH-MessageType-NB");
7075  return c;
7076  }
7077  c1_c_& set_c1();
7078  void set_msg_class_ext();
7079 
7080 private:
7081  types type_;
7082  c1_c_ c;
7083 };
7084 
7085 // PCCH-Message-NB ::= SEQUENCE
7086 struct pcch_msg_nb_s {
7088 
7089  // sequence methods
7090  SRSASN_CODE pack(bit_ref& bref) const;
7091  SRSASN_CODE unpack(cbit_ref& bref);
7092  void to_json(json_writer& j) const;
7093 };
7095 // PCI-ARFCN-NB-r14 ::= SEQUENCE
7096 struct pci_arfcn_nb_r14_s {
7097  bool carrier_freq_r14_present = false;
7098  uint16_t pci_r14 = 0;
7100 
7101  // sequence methods
7102  SRSASN_CODE pack(bit_ref& bref) const;
7103  SRSASN_CODE unpack(cbit_ref& bref);
7104  void to_json(json_writer& j) const;
7105 };
7107 // RRCConnectionReconfigurationComplete-NB-r13-IEs ::= SEQUENCE
7109  bool late_non_crit_ext_present = false;
7110  bool non_crit_ext_present = false;
7112 
7113  // sequence methods
7114  SRSASN_CODE pack(bit_ref& bref) const;
7115  SRSASN_CODE unpack(cbit_ref& bref);
7116  void to_json(json_writer& j) const;
7117 };
7119 // RRCConnectionReconfigurationComplete-NB ::= SEQUENCE
7121  struct crit_exts_c_ {
7122  struct types_opts {
7124 
7125  const char* to_string() const;
7126  };
7127  typedef enumerated<types_opts> types;
7129  // choice methods
7130  crit_exts_c_() = default;
7131  void set(types::options e = types::nulltype);
7132  types type() const { return type_; }
7133  SRSASN_CODE pack(bit_ref& bref) const;
7134  SRSASN_CODE unpack(cbit_ref& bref);
7135  void to_json(json_writer& j) const;
7136  // getters
7138  {
7139  assert_choice_type(types::rrc_conn_recfg_complete_r13, type_, "criticalExtensions");
7140  return c;
7141  }
7143  {
7144  assert_choice_type(types::rrc_conn_recfg_complete_r13, type_, "criticalExtensions");
7145  return c;
7146  }
7148  void set_crit_exts_future();
7149 
7150  private:
7151  types type_;
7153  };
7154 
7155  // member variables
7156  uint8_t rrc_transaction_id = 0;
7158 
7159  // sequence methods
7160  SRSASN_CODE pack(bit_ref& bref) const;
7161  SRSASN_CODE unpack(cbit_ref& bref);
7162  void to_json(json_writer& j) const;
7163 };
7165 // RRCConnectionReestablishmentComplete-NB-v1470-IEs ::= SEQUENCE
7167  bool meas_result_serv_cell_r14_present = false;
7168  bool non_crit_ext_present = false;
7170 
7171  // sequence methods
7172  SRSASN_CODE pack(bit_ref& bref) const;
7173  SRSASN_CODE unpack(cbit_ref& bref);
7174  void to_json(json_writer& j) const;
7175 };
7177 // RRCConnectionReestablishmentComplete-NB-r13-IEs ::= SEQUENCE
7179  bool late_non_crit_ext_present = false;
7180  bool non_crit_ext_present = false;
7183 
7184  // sequence methods
7185  SRSASN_CODE pack(bit_ref& bref) const;
7187  void to_json(json_writer& j) const;
7188 };
7190 // RRCConnectionReestablishmentComplete-NB ::= SEQUENCE
7192  struct crit_exts_c_ {
7193  struct types_opts {
7195 
7196  const char* to_string() const;
7197  };
7198  typedef enumerated<types_opts> types;
7200  // choice methods
7201  crit_exts_c_() = default;
7202  void set(types::options e = types::nulltype);
7203  types type() const { return type_; }
7204  SRSASN_CODE pack(bit_ref& bref) const;
7205  SRSASN_CODE unpack(cbit_ref& bref);
7206  void to_json(json_writer& j) const;
7207  // getters
7209  {
7210  assert_choice_type(types::rrc_conn_reest_complete_r13, type_, "criticalExtensions");
7211  return c;
7212  }
7214  {
7215  assert_choice_type(types::rrc_conn_reest_complete_r13, type_, "criticalExtensions");
7216  return c;
7217  }
7219  void set_crit_exts_future();
7220 
7221  private:
7222  types type_;
7224  };
7225 
7226  // member variables
7227  uint8_t rrc_transaction_id = 0;
7229 
7230  // sequence methods
7231  SRSASN_CODE pack(bit_ref& bref) const;
7232  SRSASN_CODE unpack(cbit_ref& bref);
7233  void to_json(json_writer& j) const;
7234 };
7236 // CQI-NPDCCH-NB-r14 ::= ENUMERATED
7237 struct cqi_npdcch_nb_r14_opts {
7238  enum options {
7239  no_meass,
7255  const char* to_string() const;
7256 };
7259 // CQI-NPDCCH-Short-NB-r14 ::= ENUMERATED
7262  typedef int8_t number_type;
7263 
7264  const char* to_string() const;
7265  int8_t to_number() const;
7266 };
7269 // ReestabUE-Identity-CP-NB-r14 ::= SEQUENCE
7274 
7275  // sequence methods
7276  SRSASN_CODE pack(bit_ref& bref) const;
7277  SRSASN_CODE unpack(cbit_ref& bref);
7278  void to_json(json_writer& j) const;
7279 };
7281 // ReestablishmentCause-NB-r13 ::= ENUMERATED
7282 struct reest_cause_nb_r13_opts {
7284 
7285  const char* to_string() const;
7286 };
7288 
7289 // RRCConnectionReestablishmentRequest-NB-r13-IEs ::= SEQUENCE
7294  bool early_contention_resolution_r14 = false;
7296 
7297  // sequence methods
7298  SRSASN_CODE pack(bit_ref& bref) const;
7300  void to_json(json_writer& j) const;
7301 };
7303 // RRCConnectionReestablishmentRequest-NB-r14-IEs ::= SEQUENCE
7308  bool early_contention_resolution_r14 = false;
7310 
7311  // sequence methods
7312  SRSASN_CODE pack(bit_ref& bref) const;
7314  void to_json(json_writer& j) const;
7315 };
7317 // RRCConnectionReestablishmentRequest-NB ::= SEQUENCE
7319  struct crit_exts_c_ {
7320  struct later_c_ {
7321  struct types_opts {
7323 
7324  const char* to_string() const;
7325  };
7328  // choice methods
7329  later_c_() = default;
7330  void set(types::options e = types::nulltype);
7331  types type() const { return type_; }
7332  SRSASN_CODE pack(bit_ref& bref) const;
7333  SRSASN_CODE unpack(cbit_ref& bref);
7334  void to_json(json_writer& j) const;
7335  // getters
7337  {
7338  assert_choice_type(types::rrc_conn_reest_request_r14, type_, "later");
7339  return c;
7340  }
7342  {
7343  assert_choice_type(types::rrc_conn_reest_request_r14, type_, "later");
7344  return c;
7345  }
7347  void set_crit_exts_future();
7348 
7349  private:
7350  types type_;
7352  };
7353  struct types_opts {
7355 
7356  const char* to_string() const;
7357  };
7360  // choice methods
7361  crit_exts_c_() = default;
7363  crit_exts_c_& operator=(const crit_exts_c_& other);
7364  ~crit_exts_c_() { destroy_(); }
7365  void set(types::options e = types::nulltype);
7366  types type() const { return type_; }
7367  SRSASN_CODE pack(bit_ref& bref) const;
7368  SRSASN_CODE unpack(cbit_ref& bref);
7369  void to_json(json_writer& j) const;
7370  // getters
7372  {
7373  assert_choice_type(types::rrc_conn_reest_request_r13, type_, "criticalExtensions");
7375  }
7376  later_c_& later()
7377  {
7378  assert_choice_type(types::later, type_, "criticalExtensions");
7379  return c.get<later_c_>();
7380  }
7382  {
7383  assert_choice_type(types::rrc_conn_reest_request_r13, type_, "criticalExtensions");
7385  }
7386  const later_c_& later() const
7387  {
7388  assert_choice_type(types::later, type_, "criticalExtensions");
7389  return c.get<later_c_>();
7390  }
7392  later_c_& set_later();
7393 
7394  private:
7395  types type_;
7397 
7398  void destroy_();
7399  };
7400 
7401  // member variables
7404  // sequence methods
7405  SRSASN_CODE pack(bit_ref& bref) const;
7406  SRSASN_CODE unpack(cbit_ref& bref);
7407  void to_json(json_writer& j) const;
7408 };
7409 
7410 // EstablishmentCause-NB-r13 ::= ENUMERATED
7412  enum options {
7413  mt_access,
7414  mo_sig,
7415  mo_data,
7418  spare3,
7424  const char* to_string() const;
7425 };
7428 // RRCConnectionRequest-NB-r13-IEs ::= SEQUENCE
7430  bool multi_tone_support_r13_present = false;
7431  bool multi_carrier_support_r13_present = false;
7438  // sequence methods
7439  SRSASN_CODE pack(bit_ref& bref) const;
7441  void to_json(json_writer& j) const;
7442 };
7444 // RRCConnectionRequest-NB ::= SEQUENCE
7445 struct rrc_conn_request_nb_s {
7446  struct crit_exts_c_ {
7447  struct types_opts {
7449 
7450  const char* to_string() const;
7451  };
7452  typedef enumerated<types_opts> types;
7454  // choice methods
7455  crit_exts_c_() = default;
7456  void set(types::options e = types::nulltype);
7457  types type() const { return type_; }
7458  SRSASN_CODE pack(bit_ref& bref) const;
7459  SRSASN_CODE unpack(cbit_ref& bref);
7460  void to_json(json_writer& j) const;
7461  // getters
7463  {
7464  assert_choice_type(types::rrc_conn_request_r13, type_, "criticalExtensions");
7465  return c;
7466  }
7468  {
7469  assert_choice_type(types::rrc_conn_request_r13, type_, "criticalExtensions");
7470  return c;
7471  }
7473  void set_crit_exts_future();
7474 
7475  private:
7476  types type_;
7478  };
7479 
7480  // member variables
7482 
7483  // sequence methods
7484  SRSASN_CODE pack(bit_ref& bref) const;
7486  void to_json(json_writer& j) const;
7487 };
7488 
7489 // RRCConnectionResumeComplete-NB-v1470-IEs ::= SEQUENCE
7491  bool meas_result_serv_cell_r14_present = false;
7492  bool non_crit_ext_present = false;
7494 
7495  // sequence methods
7496  SRSASN_CODE pack(bit_ref& bref) const;
7497  SRSASN_CODE unpack(cbit_ref& bref);
7498  void to_json(json_writer& j) const;
7499 };
7501 // RRCConnectionResumeComplete-NB-r13-IEs ::= SEQUENCE
7503  bool sel_plmn_id_r13_present = false;
7504  bool ded_info_nas_r13_present = false;
7505  bool late_non_crit_ext_present = false;
7506  bool non_crit_ext_present = false;
7507  uint8_t sel_plmn_id_r13 = 1;
7512  // sequence methods
7513  SRSASN_CODE pack(bit_ref& bref) const;
7515  void to_json(json_writer& j) const;
7516 };
7518 // RRCConnectionResumeComplete-NB ::= SEQUENCE
7520  struct crit_exts_c_ {
7521  struct types_opts {
7523 
7524  const char* to_string() const;
7525  };
7526  typedef enumerated<types_opts> types;
7528  // choice methods
7529  crit_exts_c_() = default;
7530  void set(types::options e = types::nulltype);
7531  types type() const { return type_; }
7532  SRSASN_CODE pack(bit_ref& bref) const;
7533  SRSASN_CODE unpack(cbit_ref& bref);
7534  void to_json(json_writer& j) const;
7535  // getters
7537  {
7538  assert_choice_type(types::rrc_conn_resume_complete_r13, type_, "criticalExtensions");
7539  return c;
7540  }
7542  {
7543  assert_choice_type(types::rrc_conn_resume_complete_r13, type_, "criticalExtensions");
7544  return c;
7545  }
7547  void set_crit_exts_future();
7548 
7549  private:
7550  types type_;
7552  };
7553 
7554  // member variables
7555  uint8_t rrc_transaction_id = 0;
7557 
7558  // sequence methods
7559  SRSASN_CODE pack(bit_ref& bref) const;
7560  SRSASN_CODE unpack(cbit_ref& bref);
7561  void to_json(json_writer& j) const;
7562 };
7564 // RRCConnectionResumeRequest-NB-r13-IEs ::= SEQUENCE
7569  bool early_contention_resolution_r14 = false;
7572 
7573  // sequence methods
7574  SRSASN_CODE pack(bit_ref& bref) const;
7576  void to_json(json_writer& j) const;
7577 };
7579 // RRCConnectionResumeRequest-NB ::= SEQUENCE
7581  struct crit_exts_c_ {
7582  struct types_opts {
7584 
7585  const char* to_string() const;
7586  };
7587  typedef enumerated<types_opts> types;
7589  // choice methods
7590  crit_exts_c_() = default;
7591  void set(types::options e = types::nulltype);
7592  types type() const { return type_; }
7593  SRSASN_CODE pack(bit_ref& bref) const;
7594  SRSASN_CODE unpack(cbit_ref& bref);
7595  void to_json(json_writer& j) const;
7596  // getters
7598  {
7599  assert_choice_type(types::rrc_conn_resume_request_r13, type_, "criticalExtensions");
7600  return c;
7601  }
7603  {
7604  assert_choice_type(types::rrc_conn_resume_request_r13, type_, "criticalExtensions");
7605  return c;
7606  }
7608  void set_crit_exts_future();
7609 
7610  private:
7611  types type_;
7613  };
7614 
7615  // member variables
7617 
7618  // sequence methods
7619  SRSASN_CODE pack(bit_ref& bref) const;
7621  void to_json(json_writer& j) const;
7622 };
7623 
7624 // RRCConnectionSetupComplete-NB-v1470-IEs ::= SEQUENCE
7626  bool meas_result_serv_cell_r14_present = false;
7627  bool non_crit_ext_present = false;
7629 
7630  // sequence methods
7631  SRSASN_CODE pack(bit_ref& bref) const;
7632  SRSASN_CODE unpack(cbit_ref& bref);
7633  void to_json(json_writer& j) const;
7634 };
7636 // RRCConnectionSetupComplete-NB-v1430-IEs ::= SEQUENCE
7638  bool gummei_type_r14_present = false;
7639  bool dcn_id_r14_present = false;
7640  bool non_crit_ext_present = false;
7641  uint32_t dcn_id_r14 = 0;
7643 
7644  // sequence methods
7645  SRSASN_CODE pack(bit_ref& bref) const;
7647  void to_json(json_writer& j) const;
7648 };
7650 // RRCConnectionSetupComplete-NB-r13-IEs ::= SEQUENCE
7652  bool s_tmsi_r13_present = false;
7653  bool registered_mme_r13_present = false;
7655  bool up_cio_t_eps_optim_r13_present = false;
7656  bool late_non_crit_ext_present = false;
7657  bool non_crit_ext_present = false;
7658  uint8_t sel_plmn_id_r13 = 1;
7665  // sequence methods
7666  SRSASN_CODE pack(bit_ref& bref) const;
7668  void to_json(json_writer& j) const;
7669 };
7671 // RRCConnectionSetupComplete-NB ::= SEQUENCE
7673  struct crit_exts_c_ {
7674  struct types_opts {
7676 
7677  const char* to_string() const;
7678  };
7679  typedef enumerated<types_opts> types;
7681  // choice methods
7682  crit_exts_c_() = default;
7683  void set(types::options e = types::nulltype);
7684  types type() const { return type_; }
7685  SRSASN_CODE pack(bit_ref& bref) const;
7686  SRSASN_CODE unpack(cbit_ref& bref);
7687  void to_json(json_writer& j) const;
7688  // getters
7690  {
7691  assert_choice_type(types::rrc_conn_setup_complete_r13, type_, "criticalExtensions");
7692  return c;
7693  }
7695  {
7696  assert_choice_type(types::rrc_conn_setup_complete_r13, type_, "criticalExtensions");
7697  return c;
7698  }
7700  void set_crit_exts_future();
7701 
7702  private:
7703  types type_;
7705  };
7706 
7707  // member variables
7708  uint8_t rrc_transaction_id = 0;
7710 
7711  // sequence methods
7712  SRSASN_CODE pack(bit_ref& bref) const;
7713  SRSASN_CODE unpack(cbit_ref& bref);
7714  void to_json(json_writer& j) const;
7715 };
7717 // RRCEarlyDataRequest-NB-v1590-IEs ::= SEQUENCE
7719  bool late_non_crit_ext_present = false;
7720  bool non_crit_ext_present = false;
7722 
7723  // sequence methods
7724  SRSASN_CODE pack(bit_ref& bref) const;
7725  SRSASN_CODE unpack(cbit_ref& bref);
7726  void to_json(json_writer& j) const;
7727 };
7729 // RRCEarlyDataRequest-NB-r15-IEs ::= SEQUENCE
7731  struct establishment_cause_r15_opts {
7733 
7734  const char* to_string() const;
7735  };
7737 
7738  // member variables
7740  bool non_crit_ext_present = false;
7746 
7747  // sequence methods
7748  SRSASN_CODE pack(bit_ref& bref) const;
7750  void to_json(json_writer& j) const;
7751 };
7753 // RRCEarlyDataRequest-NB-r15 ::= SEQUENCE
7755  struct crit_exts_c_ {
7756  struct types_opts {
7758 
7759  const char* to_string() const;
7760  };
7761  typedef enumerated<types_opts> types;
7763  // choice methods
7764  crit_exts_c_() = default;
7765  void set(types::options e = types::nulltype);
7766  types type() const { return type_; }
7767  SRSASN_CODE pack(bit_ref& bref) const;
7768  SRSASN_CODE unpack(cbit_ref& bref);
7769  void to_json(json_writer& j) const;
7770  // getters
7772  {
7773  assert_choice_type(types::rrc_early_data_request_r15, type_, "criticalExtensions");
7774  return c;
7775  }
7777  {
7778  assert_choice_type(types::rrc_early_data_request_r15, type_, "criticalExtensions");
7779  return c;
7780  }
7782  void set_crit_exts_future();
7783 
7784  private:
7785  types type_;
7787  };
7788 
7789  // member variables
7791 
7792  // sequence methods
7793  SRSASN_CODE pack(bit_ref& bref) const;
7795  void to_json(json_writer& j) const;
7796 };
7797 
7798 // SC-MTCH-SchedulingInfo-NB-r14 ::= SEQUENCE
7800  struct on_dur_timer_scptm_r14_opts {
7801  enum options { pp1, pp2, pp3, pp4, pp8, pp16, pp32, spare, nulltype } value;
7802  typedef uint8_t number_type;
7803 
7804  const char* to_string() const;
7805  uint8_t to_number() const;
7806  };
7810  typedef uint8_t number_type;
7811 
7812  const char* to_string() const;
7813  uint8_t to_number() const;
7814  };
7817  struct types_opts {
7818  enum options {
7819  sf10,
7820  sf20,
7821  sf32,
7822  sf40,
7837  typedef uint16_t number_type;
7839  const char* to_string() const;
7840  uint16_t to_number() const;
7841  };
7844  // choice methods
7849  void set(types::options e = types::nulltype);
7850  types type() const { return type_; }
7851  SRSASN_CODE pack(bit_ref& bref) const;
7852  SRSASN_CODE unpack(cbit_ref& bref);
7853  void to_json(json_writer& j) const;
7854  // getters
7855  uint8_t& sf10()
7856  {
7857  assert_choice_type(types::sf10, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7858  return c.get<uint8_t>();
7859  }
7860  uint8_t& sf20()
7861  {
7862  assert_choice_type(types::sf20, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7863  return c.get<uint8_t>();
7864  }
7865  uint8_t& sf32()
7866  {
7867  assert_choice_type(types::sf32, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7868  return c.get<uint8_t>();
7869  }
7870  uint8_t& sf40()
7871  {
7872  assert_choice_type(types::sf40, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7873  return c.get<uint8_t>();
7874  }
7875  uint8_t& sf64()
7876  {
7877  assert_choice_type(types::sf64, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7878  return c.get<uint8_t>();
7879  }
7880  uint8_t& sf80()
7881  {
7882  assert_choice_type(types::sf80, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7883  return c.get<uint8_t>();
7884  }
7885  uint8_t& sf128()
7886  {
7887  assert_choice_type(types::sf128, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7888  return c.get<uint8_t>();
7889  }
7890  uint8_t& sf160()
7891  {
7892  assert_choice_type(types::sf160, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7893  return c.get<uint8_t>();
7894  }
7895  uint16_t& sf256()
7896  {
7897  assert_choice_type(types::sf256, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7898  return c.get<uint16_t>();
7899  }
7900  uint16_t& sf320()
7901  {
7902  assert_choice_type(types::sf320, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7903  return c.get<uint16_t>();
7904  }
7905  uint16_t& sf512()
7906  {
7907  assert_choice_type(types::sf512, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7908  return c.get<uint16_t>();
7909  }
7910  uint16_t& sf640()
7911  {
7912  assert_choice_type(types::sf640, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7913  return c.get<uint16_t>();
7914  }
7915  uint16_t& sf1024()
7916  {
7917  assert_choice_type(types::sf1024, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7918  return c.get<uint16_t>();
7919  }
7920  uint16_t& sf2048()
7921  {
7922  assert_choice_type(types::sf2048, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7923  return c.get<uint16_t>();
7924  }
7925  uint16_t& sf4096()
7926  {
7927  assert_choice_type(types::sf4096, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7928  return c.get<uint16_t>();
7929  }
7930  uint16_t& sf8192()
7931  {
7932  assert_choice_type(types::sf8192, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7933  return c.get<uint16_t>();
7934  }
7935  const uint8_t& sf10() const
7936  {
7937  assert_choice_type(types::sf10, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7938  return c.get<uint8_t>();
7939  }
7940  const uint8_t& sf20() const
7941  {
7942  assert_choice_type(types::sf20, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7943  return c.get<uint8_t>();
7944  }
7945  const uint8_t& sf32() const
7946  {
7947  assert_choice_type(types::sf32, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7948  return c.get<uint8_t>();
7949  }
7950  const uint8_t& sf40() const
7951  {
7952  assert_choice_type(types::sf40, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7953  return c.get<uint8_t>();
7954  }
7955  const uint8_t& sf64() const
7956  {
7957  assert_choice_type(types::sf64, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7958  return c.get<uint8_t>();
7959  }
7960  const uint8_t& sf80() const
7961  {
7962  assert_choice_type(types::sf80, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7963  return c.get<uint8_t>();
7964  }
7965  const uint8_t& sf128() const
7966  {
7967  assert_choice_type(types::sf128, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7968  return c.get<uint8_t>();
7969  }
7970  const uint8_t& sf160() const
7971  {
7972  assert_choice_type(types::sf160, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7973  return c.get<uint8_t>();
7974  }
7975  const uint16_t& sf256() const
7976  {
7977  assert_choice_type(types::sf256, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7978  return c.get<uint16_t>();
7979  }
7980  const uint16_t& sf320() const
7981  {
7982  assert_choice_type(types::sf320, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7983  return c.get<uint16_t>();
7984  }
7985  const uint16_t& sf512() const
7986  {
7987  assert_choice_type(types::sf512, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7988  return c.get<uint16_t>();
7989  }
7990  const uint16_t& sf640() const
7991  {
7992  assert_choice_type(types::sf640, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7993  return c.get<uint16_t>();
7994  }
7995  const uint16_t& sf1024() const
7996  {
7997  assert_choice_type(types::sf1024, type_, "schedulingPeriodStartOffsetSCPTM-r14");
7998  return c.get<uint16_t>();
7999  }
8000  const uint16_t& sf2048() const
8001  {
8002  assert_choice_type(types::sf2048, type_, "schedulingPeriodStartOffsetSCPTM-r14");
8003  return c.get<uint16_t>();
8004  }
8005  const uint16_t& sf4096() const
8006  {
8007  assert_choice_type(types::sf4096, type_, "schedulingPeriodStartOffsetSCPTM-r14");
8008  return c.get<uint16_t>();
8009  }
8010  const uint16_t& sf8192() const
8011  {
8012  assert_choice_type(types::sf8192, type_, "schedulingPeriodStartOffsetSCPTM-r14");
8013  return c.get<uint16_t>();
8014  }
8015  uint8_t& set_sf10();
8016  uint8_t& set_sf20();
8017  uint8_t& set_sf32();
8018  uint8_t& set_sf40();
8019  uint8_t& set_sf64();
8020  uint8_t& set_sf80();
8021  uint8_t& set_sf128();
8022  uint8_t& set_sf160();
8023  uint16_t& set_sf256();
8024  uint16_t& set_sf320();
8025  uint16_t& set_sf512();
8026  uint16_t& set_sf640();
8027  uint16_t& set_sf1024();
8028  uint16_t& set_sf2048();
8029  uint16_t& set_sf4096();
8030  uint16_t& set_sf8192();
8031 
8032  private:
8033  types type_;
8035 
8036  void destroy_();
8037  };
8038 
8039  // member variables
8040  bool ext = false;
8044  // ...
8045 
8046  // sequence methods
8047  SRSASN_CODE pack(bit_ref& bref) const;
8049  void to_json(json_writer& j) const;
8050 };
8052 // SC-MTCH-Info-NB-r14 ::= SEQUENCE
8053 struct sc_mtch_info_nb_r14_s {
8054  struct sc_mtch_carrier_cfg_r14_c_ {
8055  struct types_opts {
8057 
8058  const char* to_string() const;
8059  };
8060  typedef enumerated<types_opts> types;
8062  // choice methods
8067  void set(types::options e = types::nulltype);
8068  types type() const { return type_; }
8069  SRSASN_CODE pack(bit_ref& bref) const;
8070  SRSASN_CODE unpack(cbit_ref& bref);
8071  void to_json(json_writer& j) const;
8072  // getters
8074  {
8075  assert_choice_type(types::dl_carrier_cfg_r14, type_, "sc-mtch-CarrierConfig-r14");
8077  }
8078  uint8_t& dl_carrier_idx_r14()
8079  {
8080  assert_choice_type(types::dl_carrier_idx_r14, type_, "sc-mtch-CarrierConfig-r14");
8081  return c.get<uint8_t>();
8082  }
8084  {
8085  assert_choice_type(types::dl_carrier_cfg_r14, type_, "sc-mtch-CarrierConfig-r14");
8087  }
8088  const uint8_t& dl_carrier_idx_r14() const
8089  {
8090  assert_choice_type(types::dl_carrier_idx_r14, type_, "sc-mtch-CarrierConfig-r14");
8091  return c.get<uint8_t>();
8092  }
8094  uint8_t& set_dl_carrier_idx_r14();
8095 
8096  private:
8097  types type_;
8099 
8100  void destroy_();
8101  };
8103  enum options { n680, n2536, nulltype } value;
8104  typedef uint16_t number_type;
8106  const char* to_string() const;
8107  uint16_t to_number() const;
8108  };
8111  enum options {
8113  r2,
8114  r4,
8115  r8,
8116  r16,
8130  typedef uint16_t number_type;
8132  const char* to_string() const;
8133  uint16_t to_number() const;
8134  };
8137  enum options { v1dot5, v2, v4, v8, v16, v32, v48, v64, nulltype } value;
8138  typedef float number_type;
8139 
8140  const char* to_string() const;
8141  float to_number() const;
8142  const char* to_number_string() const;
8143  };
8146  enum options {
8147  zero,
8148  one_eighth,
8149  one_quarter,
8150  three_eighth,
8151  one_half,
8157  typedef float number_type;
8159  const char* to_string() const;
8160  float to_number() const;
8161  const char* to_number_string() const;
8162  };
8164 
8165  // member variables
8166  bool ext = false;
8167  bool sc_mtch_sched_info_r14_present = false;
8178  // ...
8180  // sequence methods
8181  SRSASN_CODE pack(bit_ref& bref) const;
8183  void to_json(json_writer& j) const;
8184 };
8186 // SC-MTCH-InfoList-NB-r14 ::= SEQUENCE (SIZE (0..64)) OF SC-MTCH-Info-NB-r14
8188 
8189 // SCPTM-NeighbourCellList-NB-r14 ::= SEQUENCE (SIZE (1..8)) OF PCI-ARFCN-NB-r14
8191 
8192 // SCPTMConfiguration-NB-r14 ::= SEQUENCE
8193 struct scptm_cfg_nb_r14_s {
8196  bool non_crit_ext_present = false;
8200 
8201  // sequence methods
8202  SRSASN_CODE pack(bit_ref& bref) const;
8204  void to_json(json_writer& j) const;
8205 };
8207 // SC-MCCH-MessageType-NB ::= CHOICE
8208 struct sc_mcch_msg_type_nb_c {
8209  struct c1_c_ {
8210  struct types_opts {
8211  enum options { scptm_cfg_r14, nulltype } value;
8212 
8213  const char* to_string() const;
8214  };
8215  typedef enumerated<types_opts> types;
8217  // choice methods
8218  types type() const { return types::scptm_cfg_r14; }
8219  SRSASN_CODE pack(bit_ref& bref) const;
8220  SRSASN_CODE unpack(cbit_ref& bref);
8221  void to_json(json_writer& j) const;
8222  // getters
8224  const scptm_cfg_nb_r14_s& scptm_cfg_r14() const { return c; }
8225 
8226  private:
8228  };
8229  struct types_opts {
8230  enum options { c1, msg_class_ext, nulltype } value;
8231  typedef uint8_t number_type;
8233  const char* to_string() const;
8234  uint8_t to_number() const;
8235  };
8236  typedef enumerated<types_opts> types;
8238  // choice methods
8240  void set(types::options e = types::nulltype);
8241  types type() const { return type_; }
8242  SRSASN_CODE pack(bit_ref& bref) const;
8243  SRSASN_CODE unpack(cbit_ref& bref);
8244  void to_json(json_writer& j) const;
8245  // getters
8246  c1_c_& c1()
8247  {
8248  assert_choice_type(types::c1, type_, "SC-MCCH-MessageType-NB");
8249  return c;
8250  }
8251  const c1_c_& c1() const
8252  {
8253  assert_choice_type(types::c1, type_, "SC-MCCH-MessageType-NB");
8254  return c;
8255  }
8256  c1_c_& set_c1();
8257  void set_msg_class_ext();
8258 
8259 private:
8260  types type_;
8261  c1_c_ c;
8262 };
8263 
8264 // SC-MCCH-Message-NB ::= SEQUENCE
8265 struct sc_mcch_msg_nb_s {
8267 
8268  // sequence methods
8269  SRSASN_CODE pack(bit_ref& bref) const;
8270  SRSASN_CODE unpack(cbit_ref& bref);
8271  void to_json(json_writer& j) const;
8272 };
8274 // PhyLayerParameters-NB-v1430 ::= SEQUENCE
8276  bool multi_carrier_nprach_r14_present = false;
8277  bool two_harq_processes_r14_present = false;
8278 
8279  // sequence methods
8280  SRSASN_CODE pack(bit_ref& bref) const;
8281  SRSASN_CODE unpack(cbit_ref& bref);
8282  void to_json(json_writer& j) const;
8283 };
8285 // PhyLayerParameters-NB-v1530 ::= SEQUENCE
8287  bool mixed_operation_mode_r15_present = false;
8288  bool sr_with_harq_ack_r15_present = false;
8289  bool sr_without_harq_ack_r15_present = false;
8290  bool nprach_format2_r15_present = false;
8291  bool add_tx_sib1_r15_present = false;
8293 
8294  // sequence methods
8295  SRSASN_CODE pack(bit_ref& bref) const;
8297  void to_json(json_writer& j) const;
8298 };
8300 // TDD-UE-Capability-NB-r15 ::= SEQUENCE
8301 struct tdd_ue_cap_nb_r15_s {
8302  bool ext = false;
8303  bool ue_category_nb_r15_present = false;
8306  bool phy_layer_params_v1530_present = false;
8310  // ...
8312  // sequence methods
8313  SRSASN_CODE pack(bit_ref& bref) const;
8315  void to_json(json_writer& j) const;
8316 };
8318 // MAC-Parameters-NB-v1530 ::= SEQUENCE
8319 struct mac_params_nb_v1530_s {
8320  bool sr_sps_bsr_r15_present = false;
8321 
8322  // sequence methods
8323  SRSASN_CODE pack(bit_ref& bref) const;
8324  SRSASN_CODE unpack(cbit_ref& bref);
8325  void to_json(json_writer& j) const;
8326 };
8328 // RLC-Parameters-NB-r15 ::= SEQUENCE
8329 struct rlc_params_nb_r15_s {
8330  bool rlc_um_r15_present = false;
8331 
8332  // sequence methods
8333  SRSASN_CODE pack(bit_ref& bref) const;
8334  SRSASN_CODE unpack(cbit_ref& bref);
8335  void to_json(json_writer& j) const;
8336 };
8338 // UE-Capability-NB-v1530-IEs ::= SEQUENCE
8339 struct ue_cap_nb_v1530_ies_s {
8340  bool early_data_up_r15_present = false;
8341  bool phy_layer_params_v1530_present = false;
8342  bool tdd_ue_cap_r15_present = false;
8343  bool non_crit_ext_present = false;
8349  // sequence methods
8350  SRSASN_CODE pack(bit_ref& bref) const;
8352  void to_json(json_writer& j) const;
8353 };
8355 // PhyLayerParameters-NB-v1440 ::= SEQUENCE
8358 
8359  // sequence methods
8360  SRSASN_CODE pack(bit_ref& bref) const;
8361  SRSASN_CODE unpack(cbit_ref& bref);
8362  void to_json(json_writer& j) const;
8363 };
8365 // UE-Capability-NB-v14x0-IEs ::= SEQUENCE
8366 struct ue_cap_nb_v14x0_ies_s {
8367  bool late_non_crit_ext_present = false;
8368  bool non_crit_ext_present = false;
8371 
8372  // sequence methods
8373  SRSASN_CODE pack(bit_ref& bref) const;
8375  void to_json(json_writer& j) const;
8376 };
8378 // MAC-Parameters-NB-r14 ::= SEQUENCE
8379 struct mac_params_nb_r14_s {
8380  bool data_inact_mon_r14_present = false;
8381  bool rai_support_r14_present = false;
8382 
8383  // sequence methods
8384  SRSASN_CODE pack(bit_ref& bref) const;
8385  SRSASN_CODE unpack(cbit_ref& bref);
8386  void to_json(json_writer& j) const;
8387 };
8389 // RF-Parameters-NB-v1430 ::= SEQUENCE
8390 struct rf_params_nb_v1430_s {
8392 
8393  // sequence methods
8394  SRSASN_CODE pack(bit_ref& bref) const;
8395  SRSASN_CODE unpack(cbit_ref& bref);
8396  void to_json(json_writer& j) const;
8397 };
8399 // UE-Capability-NB-v1440-IEs ::= SEQUENCE
8400 struct ue_cap_nb_v1440_ies_s {
8401  bool phy_layer_params_v1440_present = false;
8402  bool non_crit_ext_present = false;
8405 
8406  // sequence methods
8407  SRSASN_CODE pack(bit_ref& bref) const;
8409  void to_json(json_writer& j) const;
8410 };
8412 // UE-Capability-NB-Ext-r14-IEs ::= SEQUENCE
8413 struct ue_cap_nb_ext_r14_ies_s {
8414  bool ue_category_nb_r14_present = false;
8415  bool mac_params_r14_present = false;
8416  bool phy_layer_params_v1430_present = false;
8417  bool non_crit_ext_present = false;
8423  // sequence methods
8424  SRSASN_CODE pack(bit_ref& bref) const;
8426  void to_json(json_writer& j) const;
8427 };
8429 // UE-RadioPagingInfo-NB-r13 ::= SEQUENCE
8431  struct wake_up_signal_min_gap_e_drx_r15_opts {
8432  enum options { ms40, ms240, ms1000, ms2000, nulltype } value;
8433  typedef uint16_t number_type;
8434 
8435  const char* to_string() const;
8436  uint16_t to_number() const;
8437  };
8440  // member variables
8441  bool ext = false;
8442  bool ue_category_nb_r13_present = false;
8443  // ...
8444  // group 0
8445  bool multi_carrier_paging_r14_present = false;
8446  // group 1
8447  bool mixed_operation_mode_r15_present = false;
8448  bool wake_up_signal_r15_present = false;
8452 
8453  // sequence methods
8454  SRSASN_CODE pack(bit_ref& bref) const;
8456  void to_json(json_writer& j) const;
8457 };
8459 // UECapabilityInformation-NB-Ext-r14-IEs ::= SEQUENCE
8461  bool non_crit_ext_present = false;
8463 
8464  // sequence methods
8465  SRSASN_CODE pack(bit_ref& bref) const;
8466  SRSASN_CODE unpack(cbit_ref& bref);
8467  void to_json(json_writer& j) const;
8468 };
8470 // UECapabilityInformation-NB-r13-IEs ::= SEQUENCE
8471 struct ue_cap_info_nb_r13_ies_s {
8472  bool late_non_crit_ext_present = false;
8473  bool non_crit_ext_present = false;
8478 
8479  // sequence methods
8480  SRSASN_CODE pack(bit_ref& bref) const;
8482  void to_json(json_writer& j) const;
8483 };
8485 // UECapabilityInformation-NB ::= SEQUENCE
8486 struct ue_cap_info_nb_s {
8487  struct crit_exts_c_ {
8488  struct types_opts {
8490 
8491  const char* to_string() const;
8492  };
8493  typedef enumerated<types_opts> types;
8495  // choice methods
8496  crit_exts_c_() = default;
8497  void set(types::options e = types::nulltype);
8498  types type() const { return type_; }
8499  SRSASN_CODE pack(bit_ref& bref) const;
8500  SRSASN_CODE unpack(cbit_ref& bref);
8501  void to_json(json_writer& j) const;
8502  // getters
8504  {
8505  assert_choice_type(types::ue_cap_info_r13, type_, "criticalExtensions");
8506  return c;
8507  }
8509  {
8510  assert_choice_type(types::ue_cap_info_r13, type_, "criticalExtensions");
8511  return c;
8512  }
8514  void set_crit_exts_future();
8515 
8516  private:
8517  types type_;
8519  };
8520 
8521  // member variables
8522  uint8_t rrc_transaction_id = 0;
8524 
8525  // sequence methods
8526  SRSASN_CODE pack(bit_ref& bref) const;
8527  SRSASN_CODE unpack(cbit_ref& bref);
8528  void to_json(json_writer& j) const;
8529 };
8531 // UEPagingCoverageInformation-NB-IEs ::= SEQUENCE
8534  bool non_crit_ext_present = false;
8535  uint16_t npdcch_num_repeat_paging_r13 = 1;
8536 
8537  // sequence methods
8538  SRSASN_CODE pack(bit_ref& bref) const;
8539  SRSASN_CODE unpack(cbit_ref& bref);
8540  void to_json(json_writer& j) const;
8541 };
8543 // UEPagingCoverageInformation-NB ::= SEQUENCE
8545  struct crit_exts_c_ {
8546  struct c1_c_ {
8547  struct types_opts {
8549 
8550  const char* to_string() const;
8551  };
8554  // choice methods
8555  c1_c_() = default;
8556  void set(types::options e = types::nulltype);
8557  types type() const { return type_; }
8558  SRSASN_CODE pack(bit_ref& bref) const;
8559  SRSASN_CODE unpack(cbit_ref& bref);
8560  void to_json(json_writer& j) const;
8561  // getters
8563  {
8564  assert_choice_type(types::ue_paging_coverage_info_r13, type_, "c1");
8565  return c;
8566  }
8568  {
8569  assert_choice_type(types::ue_paging_coverage_info_r13, type_, "c1");
8570  return c;
8571  }
8573  void set_spare3();
8574  void set_spare2();
8575  void set_spare1();
8576 
8577  private:
8578  types type_;
8580  };
8581  using types = c1_or_crit_ext_e;
8582 
8583  // choice methods
8584  crit_exts_c_() = default;
8585  void set(types::options e = types::nulltype);
8586  types type() const { return type_; }
8587  SRSASN_CODE pack(bit_ref& bref) const;
8588  SRSASN_CODE unpack(cbit_ref& bref);
8589  void to_json(json_writer& j) const;
8590  // getters
8591  c1_c_& c1()
8592  {
8593  assert_choice_type(types::c1, type_, "criticalExtensions");
8594  return c;
8595  }
8596  const c1_c_& c1() const
8597  {
8598  assert_choice_type(types::c1, type_, "criticalExtensions");
8599  return c;
8600  }
8601  c1_c_& set_c1();
8602  void set_crit_exts_future();
8603 
8604  private:
8605  types type_;
8606  c1_c_ c;
8607  };
8608 
8609  // member variables
8611 
8612  // sequence methods
8613  SRSASN_CODE pack(bit_ref& bref) const;
8615  void to_json(json_writer& j) const;
8616 };
8617 
8618 // UERadioAccessCapabilityInformation-NB-r14-IEs ::= SEQUENCE
8621  bool non_crit_ext_present = false;
8623 
8624  // sequence methods
8625  SRSASN_CODE pack(bit_ref& bref) const;
8626  SRSASN_CODE unpack(cbit_ref& bref);
8627  void to_json(json_writer& j) const;
8628 };
8630 // UERadioAccessCapabilityInformation-NB-v1380-IEs ::= SEQUENCE
8632  bool late_non_crit_ext_present = false;
8633  bool non_crit_ext_present = false;
8636 
8637  // sequence methods
8638  SRSASN_CODE pack(bit_ref& bref) const;
8640  void to_json(json_writer& j) const;
8641 };
8643 // UERadioAccessCapabilityInformation-NB-IEs ::= SEQUENCE
8645  bool non_crit_ext_present = false;
8648 
8649  // sequence methods
8650  SRSASN_CODE pack(bit_ref& bref) const;
8651  SRSASN_CODE unpack(cbit_ref& bref);
8652  void to_json(json_writer& j) const;
8653 };
8655 // UERadioAccessCapabilityInformation-NB ::= SEQUENCE
8657  struct crit_exts_c_ {
8658  struct c1_c_ {
8659  struct types_opts {
8661 
8662  const char* to_string() const;
8663  };
8666  // choice methods
8667  c1_c_() = default;
8668  void set(types::options e = types::nulltype);
8669  types type() const { return type_; }
8670  SRSASN_CODE pack(bit_ref& bref) const;
8671  SRSASN_CODE unpack(cbit_ref& bref);
8672  void to_json(json_writer& j) const;
8673  // getters
8675  {
8676  assert_choice_type(types::ue_radio_access_cap_info_r13, type_, "c1");
8677  return c;
8678  }
8680  {
8681  assert_choice_type(types::ue_radio_access_cap_info_r13, type_, "c1");
8682  return c;
8683  }
8685  void set_spare3();
8686  void set_spare2();
8687  void set_spare1();
8688 
8689  private:
8690  types type_;
8692  };
8693  using types = c1_or_crit_ext_e;
8694 
8695  // choice methods
8696  crit_exts_c_() = default;
8697  void set(types::options e = types::nulltype);
8698  types type() const { return type_; }
8699  SRSASN_CODE pack(bit_ref& bref) const;
8700  SRSASN_CODE unpack(cbit_ref& bref);
8701  void to_json(json_writer& j) const;
8702  // getters
8703  c1_c_& c1()
8704  {
8705  assert_choice_type(types::c1, type_, "criticalExtensions");
8706  return c;
8707  }
8708  const c1_c_& c1() const
8709  {
8710  assert_choice_type(types::c1, type_, "criticalExtensions");
8711  return c;
8712  }
8713  c1_c_& set_c1();
8714  void set_crit_exts_future();
8715 
8716  private:
8717  types type_;
8718  c1_c_ c;
8719  };
8720 
8721  // member variables
8723 
8724  // sequence methods
8725  SRSASN_CODE pack(bit_ref& bref) const;
8727  void to_json(json_writer& j) const;
8728 };
8729 
8730 // UERadioPagingInformation-NB-IEs ::= SEQUENCE
8732  bool non_crit_ext_present = false;
8734 
8735  // sequence methods
8736  SRSASN_CODE pack(bit_ref& bref) const;
8737  SRSASN_CODE unpack(cbit_ref& bref);
8738  void to_json(json_writer& j) const;
8739 };
8741 // UERadioPagingInformation-NB ::= SEQUENCE
8743  struct crit_exts_c_ {
8744  struct c1_c_ {
8745  struct types_opts {
8747 
8748  const char* to_string() const;
8749  };
8752  // choice methods
8753  c1_c_() = default;
8754  void set(types::options e = types::nulltype);
8755  types type() const { return type_; }
8756  SRSASN_CODE pack(bit_ref& bref) const;
8757  SRSASN_CODE unpack(cbit_ref& bref);
8758  void to_json(json_writer& j) const;
8759  // getters
8761  {
8762  assert_choice_type(types::ue_radio_paging_info_r13, type_, "c1");
8763  return c;
8764  }
8766  {
8767  assert_choice_type(types::ue_radio_paging_info_r13, type_, "c1");
8768  return c;
8769  }
8771  void set_spare3();
8772  void set_spare2();
8773  void set_spare1();
8774 
8775  private:
8776  types type_;
8778  };
8779  using types = c1_or_crit_ext_e;
8780 
8781  // choice methods
8782  crit_exts_c_() = default;
8783  void set(types::options e = types::nulltype);
8784  types type() const { return type_; }
8785  SRSASN_CODE pack(bit_ref& bref) const;
8786  SRSASN_CODE unpack(cbit_ref& bref);
8787  void to_json(json_writer& j) const;
8788  // getters
8789  c1_c_& c1()
8790  {
8791  assert_choice_type(types::c1, type_, "criticalExtensions");
8792  return c;
8793  }
8794  const c1_c_& c1() const
8795  {
8796  assert_choice_type(types::c1, type_, "criticalExtensions");
8797  return c;
8798  }
8799  c1_c_& set_c1();
8800  void set_crit_exts_future();
8801 
8802  private:
8803  types type_;
8804  c1_c_ c;
8805  };
8806 
8807  // member variables
8809 
8810  // sequence methods
8811  SRSASN_CODE pack(bit_ref& bref) const;
8813  void to_json(json_writer& j) const;
8814 };
8815 
8816 // UL-CCCH-MessageType-NB ::= CHOICE
8817 struct ul_ccch_msg_type_nb_c {
8818  struct c1_c_ {
8819  struct types_opts {
8820  enum options {
8828  const char* to_string() const;
8829  };
8832  // choice methods
8833  c1_c_() = default;
8834  c1_c_(const c1_c_& other);
8835  c1_c_& operator=(const c1_c_& other);
8836  ~c1_c_() { destroy_(); }
8837  void set(types::options e = types::nulltype);
8838  types type() const { return type_; }
8839  SRSASN_CODE pack(bit_ref& bref) const;
8840  SRSASN_CODE unpack(cbit_ref& bref);
8841  void to_json(json_writer& j) const;
8842  // getters
8844  {
8845  assert_choice_type(types::rrc_conn_reest_request_r13, type_, "c1");
8847  }
8849  {
8850  assert_choice_type(types::rrc_conn_request_r13, type_, "c1");
8851  return c.get<rrc_conn_request_nb_s>();
8852  }
8854  {
8855  assert_choice_type(types::rrc_conn_resume_request_r13, type_, "c1");
8857  }
8859  {
8860  assert_choice_type(types::rrc_early_data_request_r15, type_, "c1");
8862  }
8864  {
8865  assert_choice_type(types::rrc_conn_reest_request_r13, type_, "c1");
8867  }
8869  {
8870  assert_choice_type(types::rrc_conn_request_r13, type_, "c1");
8871  return c.get<rrc_conn_request_nb_s>();
8872  }
8874  {
8875  assert_choice_type(types::rrc_conn_resume_request_r13, type_, "c1");
8877  }
8879  {
8880  assert_choice_type(types::rrc_early_data_request_r15, type_, "c1");
8882  }
8887 
8888  private:
8889  types type_;
8894  c;
8895 
8896  void destroy_();
8897  };
8898  struct types_opts {
8899  enum options { c1, msg_class_ext, nulltype } value;
8900  typedef uint8_t number_type;
8901 
8902  const char* to_string() const;
8903  uint8_t to_number() const;
8904  };
8905  typedef enumerated<types_opts> types;
8907  // choice methods
8909  void set(types::options e = types::nulltype);
8910  types type() const { return type_; }
8911  SRSASN_CODE pack(bit_ref& bref) const;
8912  SRSASN_CODE unpack(cbit_ref& bref);
8913  void to_json(json_writer& j) const;
8914  // getters
8915  c1_c_& c1()
8916  {
8917  assert_choice_type(types::c1, type_, "UL-CCCH-MessageType-NB");
8918  return c;
8919  }
8920  const c1_c_& c1() const
8921  {
8922  assert_choice_type(types::c1, type_, "UL-CCCH-MessageType-NB");
8923  return c;
8924  }
8925  c1_c_& set_c1();
8926  void set_msg_class_ext();
8927 
8928 private:
8929  types type_;
8930  c1_c_ c;
8931 };
8932 
8933 // UL-CCCH-Message-NB ::= SEQUENCE
8934 struct ul_ccch_msg_nb_s {
8936 
8937  // sequence methods
8938  SRSASN_CODE pack(bit_ref& bref) const;
8939  SRSASN_CODE unpack(cbit_ref& bref);
8940  void to_json(json_writer& j) const;
8941 };
8943 // ULInformationTransfer-NB-r13-IEs ::= SEQUENCE
8945  bool late_non_crit_ext_present = false;
8946  bool non_crit_ext_present = false;
8949 
8950  // sequence methods
8951  SRSASN_CODE pack(bit_ref& bref) const;
8953  void to_json(json_writer& j) const;
8954 };
8956 // ULInformationTransfer-NB ::= SEQUENCE
8957 struct ul_info_transfer_nb_s {
8958  struct crit_exts_c_ {
8959  struct types_opts {
8961 
8962  const char* to_string() const;
8963  };
8964  typedef enumerated<types_opts> types;
8966  // choice methods
8967  crit_exts_c_() = default;
8968  void set(types::options e = types::nulltype);
8969  types type() const { return type_; }
8970  SRSASN_CODE pack(bit_ref& bref) const;
8971  SRSASN_CODE unpack(cbit_ref& bref);
8972  void to_json(json_writer& j) const;
8973  // getters
8975  {
8976  assert_choice_type(types::ul_info_transfer_r13, type_, "criticalExtensions");
8977  return c;
8978  }
8980  {
8981  assert_choice_type(types::ul_info_transfer_r13, type_, "criticalExtensions");
8982  return c;
8983  }
8985  void set_crit_exts_future();
8986 
8987  private:
8988  types type_;
8990  };
8991 
8992  // member variables
8994 
8995  // sequence methods
8996  SRSASN_CODE pack(bit_ref& bref) const;
8998  void to_json(json_writer& j) const;
8999 };
9000 
9001 // UL-DCCH-MessageType-NB ::= CHOICE
9002 struct ul_dcch_msg_type_nb_c {
9003  struct c1_c_ {
9004  struct types_opts {
9005  enum options {
9025  const char* to_string() const;
9026  };
9029  // choice methods
9030  c1_c_() = default;
9031  c1_c_(const c1_c_& other);
9032  c1_c_& operator=(const c1_c_& other);
9033  ~c1_c_() { destroy_(); }
9034  void set(types::options e = types::nulltype);
9035  types type() const { return type_; }
9036  SRSASN_CODE pack(bit_ref& bref) const;
9037  SRSASN_CODE unpack(cbit_ref& bref);
9038  void to_json(json_writer& j) const;
9039  // getters
9041  {
9042  assert_choice_type(types::rrc_conn_recfg_complete_r13, type_, "c1");
9044  }
9046  {
9047  assert_choice_type(types::rrc_conn_reest_complete_r13, type_, "c1");
9049  }
9051  {
9052  assert_choice_type(types::rrc_conn_setup_complete_r13, type_, "c1");
9054  }
9056  {
9057  assert_choice_type(types::security_mode_complete_r13, type_, "c1");
9059  }
9061  {
9062  assert_choice_type(types::security_mode_fail_r13, type_, "c1");
9063  return c.get<security_mode_fail_s>();
9064  }
9066  {
9067  assert_choice_type(types::ue_cap_info_r13, type_, "c1");
9068  return c.get<ue_cap_info_nb_s>();
9069  }
9071  {
9072  assert_choice_type(types::ul_info_transfer_r13, type_, "c1");
9073  return c.get<ul_info_transfer_nb_s>();
9074  }
9076  {
9077  assert_choice_type(types::rrc_conn_resume_complete_r13, type_, "c1");
9079  }
9081  {
9082  assert_choice_type(types::rrc_conn_recfg_complete_r13, type_, "c1");
9084  }
9086  {
9087  assert_choice_type(types::rrc_conn_reest_complete_r13, type_, "c1");
9089  }
9091  {
9092  assert_choice_type(types::rrc_conn_setup_complete_r13, type_, "c1");
9094  }
9096  {
9097  assert_choice_type(types::security_mode_complete_r13, type_, "c1");
9099  }
9101  {
9102  assert_choice_type(types::security_mode_fail_r13, type_, "c1");
9103  return c.get<security_mode_fail_s>();
9104  }
9105  const ue_cap_info_nb_s& ue_cap_info_r13() const
9106  {
9107  assert_choice_type(types::ue_cap_info_r13, type_, "c1");
9108  return c.get<ue_cap_info_nb_s>();
9109  }
9111  {
9112  assert_choice_type(types::ul_info_transfer_r13, type_, "c1");
9113  return c.get<ul_info_transfer_nb_s>();
9114  }
9116  {
9117  assert_choice_type(types::rrc_conn_resume_complete_r13, type_, "c1");
9119  }
9128  void set_spare8();
9129  void set_spare7();
9130  void set_spare6();
9131  void set_spare5();
9132  void set_spare4();
9133  void set_spare3();
9134  void set_spare2();
9135  void set_spare1();
9136 
9137  private:
9138  types type_;
9147  c;
9148 
9149  void destroy_();
9150  };
9151  struct types_opts {
9152  enum options { c1, msg_class_ext, nulltype } value;
9153  typedef uint8_t number_type;
9154 
9155  const char* to_string() const;
9156  uint8_t to_number() const;
9157  };
9158  typedef enumerated<types_opts> types;
9160  // choice methods
9162  void set(types::options e = types::nulltype);
9163  types type() const { return type_; }
9164  SRSASN_CODE pack(bit_ref& bref) const;
9165  SRSASN_CODE unpack(cbit_ref& bref);
9166  void to_json(json_writer& j) const;
9167  // getters
9168  c1_c_& c1()
9169  {
9170  assert_choice_type(types::c1, type_, "UL-DCCH-MessageType-NB");
9171  return c;
9172  }
9173  const c1_c_& c1() const
9174  {
9175  assert_choice_type(types::c1, type_, "UL-DCCH-MessageType-NB");
9176  return c;
9177  }
9178  c1_c_& set_c1();
9179  void set_msg_class_ext();
9180 
9181 private:
9182  types type_;
9183  c1_c_ c;
9184 };
9185 
9186 // UL-DCCH-Message-NB ::= SEQUENCE
9187 struct ul_dcch_msg_nb_s {
9189 
9190  // sequence methods
9191  SRSASN_CODE pack(bit_ref& bref) const;
9192  SRSASN_CODE unpack(cbit_ref& bref);
9193  void to_json(json_writer& j) const;
9194 };
9196 } // namespace rrc
9197 } // namespace asn1
9198 
9199 #endif // SRSASN1_RRC_NBIOT_H
asn1::rrc::mac_params_nb_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18703
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf640
@ sf640
Definition: rrc_nbiot.h:7838
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530_opts::number_type
uint32_t number_type
Definition: rrc_nbiot.h:4477
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:487
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp8
@ pp8
Definition: rrc_nbiot.h:7817
asn1::rrc::paging_weight_nb_r14_opts::w2
@ w2
Definition: rrc_nbiot.h:2805
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:1130
asn1::rrc::rrc_conn_release_nb_r13_ies_s::resume_id_r13
fixed_bitstring< 40 > resume_id_r13
Definition: rrc_nbiot.h:6129
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:12191
asn1::rrc::mac_params_nb_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18709
asn1::rrc::sib_guardband_inband_same_pci_tdd_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4054
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::value
enum asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::options value
asn1::rrc::wus_max_dur_factor_nb_r15_opts::one_half
@ one_half
Definition: rrc_nbiot.h:2875
asn1::rrc::establishment_cause_nb_r13_e
enumerated< establishment_cause_nb_r13_opts > establishment_cause_nb_r13_e
Definition: rrc_nbiot.h:7434
asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13_present
bool eutra_ctrl_region_size_r13_present
Definition: rrc_nbiot.h:5351
asn1::rrc::ue_radio_paging_info_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19823
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:6174
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_
Definition: rrc_nbiot.h:1140
asn1::rrc::rr_cfg_common_sib_nb_r13_s::nprach_cfg_v1330
copy_ptr< nprach_cfg_sib_nb_v1330_s > nprach_cfg_v1330
Definition: rrc_nbiot.h:4092
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types_opts::rrc_early_data_complete_r15
@ rrc_early_data_complete_r15
Definition: rrc_nbiot.h:5887
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:8754
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1530_opts
Definition: rrc_nbiot.h:1405
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::s5
@ s5
Definition: rrc_nbiot.h:6807
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:2780
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr3
@ hr3
Definition: rrc_nbiot.h:6844
asn1::rrc::sib_type14_nb_r13_s::ab_per_nrsrp_r15_opts::value
enum asn1::rrc::sib_type14_nb_r13_s::ab_per_nrsrp_r15_opts::options value
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v_minus3
@ v_minus3
Definition: rrc_nbiot.h:119
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::dl_carrier_cfg_r14
dl_carrier_cfg_common_nb_r14_s & dl_carrier_cfg_r14()
Definition: rrc_nbiot.h:4782
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::dbm_minus80
@ dbm_minus80
Definition: rrc_nbiot.h:3152
asn1::rrc::as_context_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3550
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::n2
@ n2
Definition: rrc_nbiot.h:4460
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::set_sib15_v1430
sib_type15_nb_r14_s & set_sib15_v1430()
Definition: rrc_nbiot.cc:11560
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::ms25000
@ ms25000
Definition: rrc_nbiot.h:4428
asn1::rrc::nprach_cfg_sib_nb_v1330_s
Definition: rrc_nbiot.h:3449
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min33
@ min33
Definition: rrc_nbiot.h:6836
asn1::rrc::wus_max_dur_factor_nb_r15_opts::one64th
@ one64th
Definition: rrc_nbiot.h:2875
asn1::rrc::sib_guardband_guardband_tdd_nb_r15_s::sib_guardband_guardband_location_r15_opts::options
options
Definition: rrc_nbiot.h:1772
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14440
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db8
@ db8
Definition: rrc_nbiot.h:4383
asn1::rrc::paging_weight_nb_r14_opts
Definition: rrc_nbiot.h:2804
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::rrc_conn_resume_r13
rrc_conn_resume_nb_r13_ies_s & rrc_conn_resume_r13()
Definition: rrc_nbiot.h:6410
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::type_
types type_
Definition: rrc_nbiot.h:1515
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::set_sib14_r13
sib_type14_nb_r13_s & set_sib14_r13()
Definition: rrc_nbiot.cc:11550
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf10
uint8_t & sf10()
Definition: rrc_nbiot.h:7863
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_c_rnti_r15
fixed_bitstring< 16 > semi_persist_sched_c_rnti_r15
Definition: rrc_nbiot.h:1038
asn1::rrc::rr_cfg_ded_nb_r13_s::phys_cfg_ded_r13_present
bool phys_cfg_ded_r13_present
Definition: rrc_nbiot.h:1525
asn1::rrc::paging_record_nb_r13_s
Definition: rrc_nbiot.h:7008
asn1::rrc::rrc_conn_reest_complete_nb_v1470_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16208
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:5653
asn1::rrc::sib_type1_nb_v1430_s::cell_sel_info_v1430
cell_sel_info_nb_v1430_s cell_sel_info_v1430
Definition: rrc_nbiot.h:4618
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::n32
@ n32
Definition: rrc_nbiot.h:2785
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13
q_hyst_r13_e_ q_hyst_r13
Definition: rrc_nbiot.h:4947
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::r4
@ r4
Definition: rrc_nbiot.h:3678
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:12505
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::db_minus6
@ db_minus6
Definition: rrc_nbiot.h:3991
asn1::rrc::rrc_conn_resume_complete_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17000
asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15_opts::ms160
@ ms160
Definition: rrc_nbiot.h:3869
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::zero
@ zero
Definition: rrc_nbiot.h:2557
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_present
bool pwr_class14dbm_offset_r14_present
Definition: rrc_nbiot.h:3374
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::r2048
@ r2048
Definition: rrc_nbiot.h:4028
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:2366
asn1::rrc::ue_cap_enquiry_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:6159
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_
Definition: rrc_nbiot.h:3161
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::set_rrc_early_data_request_r15
rrc_early_data_request_nb_r15_ies_s & set_rrc_early_data_request_r15()
Definition: rrc_nbiot.cc:17584
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4617
asn1::rrc::ho_prep_info_nb_ext_r14_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15305
asn1::rrc::mib_tdd_nb_r15_s::sib1_carrier_info_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4656
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530_opts
Definition: rrc_nbiot.h:1397
asn1::rrc::ue_radio_access_cap_info_nb_r14_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19516
asn1::rrc::retx_bsr_timer_nb_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:2085
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::ms10240
@ ms10240
Definition: rrc_nbiot.h:528
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12269
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:12123
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:7883
asn1::rrc::t_resel_nb_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4409
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8692
asn1::rrc::drx_cfg_nb_r13_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:1787
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr1min30
@ hr1min30
Definition: rrc_nbiot.h:6841
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:9345
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::r1
@ r1
Definition: rrc_nbiot.h:2371
asn1::rrc::pcch_msg_type_nb_c::c1_c_::types_opts::paging_r13
@ paging_r13
Definition: rrc_nbiot.h:7040
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts::ms10000
@ ms10000
Definition: rrc_nbiot.h:4500
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::set_setup
setup_s_ & set_setup()
Definition: rrc_nbiot.cc:2648
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:7619
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::v16
@ v16
Definition: rrc_nbiot.h:942
asn1::rrc::as_cfg_nb_s::source_security_algorithm_cfg_r13
security_algorithm_cfg_s source_security_algorithm_cfg_r13
Definition: rrc_nbiot.h:1547
asn1::rrc::dl_info_transfer_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13830
asn1::rrc::sib_type_nb_v1530_opts::spare3
@ spare3
Definition: rrc_nbiot.h:2114
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13
mac_main_cfg_r13_c_ mac_main_cfg_r13
Definition: rrc_nbiot.h:1530
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1530_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1406
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::eutra_ctrl_region_size_r13_e_
enumerated< eutra_ctrl_region_size_r13_opts > eutra_ctrl_region_size_r13_e_
Definition: rrc_nbiot.h:470
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530_opts
Definition: rrc_nbiot.h:4483
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::sf1536
@ sf1536
Definition: rrc_nbiot.h:828
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr8
@ hr8
Definition: rrc_nbiot.h:6849
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_opts::pp16
@ pp16
Definition: rrc_nbiot.h:2824
asn1::rrc::rrc_conn_recfg_complete_nb_s::rrc_transaction_id
uint8_t rrc_transaction_id
Definition: rrc_nbiot.h:7164
asn1::rrc::rrc_conn_request_nb_r13_ies_s::cqi_npdcch_r14
cqi_npdcch_nb_r14_e cqi_npdcch_r14
Definition: rrc_nbiot.h:7443
asn1::rrc::dl_info_transfer_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13842
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:16679
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::value
enum asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::options value
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::value
enum asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::options value
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:5979
asn1::rrc::mac_params_nb_v1530_s::sr_sps_bsr_r15_present
bool sr_sps_bsr_r15_present
Definition: rrc_nbiot.h:8328
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:3928
asn1::rrc::carrier_freq_nb_v1550_s
Definition: rrc_nbiot.h:155
asn1::rrc::npusch_cfg_ded_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:2027
asn1::rrc::standalone_tdd_nb_r15_s::spare
fixed_bitstring< 5 > spare
Definition: rrc_nbiot.h:1978
asn1::rrc::rlc_cfg_nb_r13_c::set_um_bi_dir_r15
void set_um_bi_dir_r15()
Definition: rrc_nbiot.cc:1243
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::type_
types type_
Definition: rrc_nbiot.h:5188
asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13_opts::options
options
Definition: rrc_nbiot.h:4586
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_npdsch_max_tbs_sc_mtch_r14_opts::options
options
Definition: rrc_nbiot.h:8111
asn1::rrc::ue_paging_coverage_info_nb_s
Definition: rrc_nbiot.h:8552
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf2048
@ rf2048
Definition: rrc_nbiot.h:4826
asn1::rrc::mib_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3716
asn1::rrc::wus_cfg_nb_r15_s::num_pos_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:3854
asn1::rrc::npusch_cfg_common_nb_r13_s
Definition: rrc_nbiot.h:3584
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::operator=
sc_mtch_carrier_cfg_r14_c_ & operator=(const sc_mtch_carrier_cfg_r14_c_ &other)
Definition: rrc_nbiot.cc:18222
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1530_opts
Definition: rrc_nbiot.h:4491
asn1::rrc::rrc_conn_release_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:6383
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_opts::zero
@ zero
Definition: rrc_nbiot.h:2405
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::pp3
@ pp3
Definition: rrc_nbiot.h:790
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::different_pci_r14_s_::eutra_num_crs_ports_r14_opts::value
enum asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::different_pci_r14_s_::eutra_num_crs_ports_r14_opts::options value
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::sib_eutra_num_crs_ports_r15_opts::value
enum asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::sib_eutra_num_crs_ports_r15_opts::options value
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::ms1000
@ ms1000
Definition: rrc_nbiot.h:1374
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:802
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v16
@ v16
Definition: rrc_nbiot.h:2716
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8968
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:20183
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::type_
types type_
Definition: rrc_nbiot.h:2951
asn1::rrc::cqi_npdcch_nb_r14_opts::candidate_rep_c
@ candidate_rep_c
Definition: rrc_nbiot.h:7250
asn1::rrc::ul_cfg_common_nb_v1530_s
Definition: rrc_nbiot.h:3799
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts::value
enum asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts::options value
asn1::rrc::wus_max_dur_factor_nb_r15_opts::one32th
@ one32th
Definition: rrc_nbiot.h:2875
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::ssp1
@ ssp1
Definition: rrc_nbiot.h:3249
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:14123
asn1::rrc::edt_tbs_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4800
asn1::rrc::inband_different_pci_nb_r13_s::eutra_num_crs_ports_r13_opts::four
@ four
Definition: rrc_nbiot.h:1616
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:298
asn1::rrc::meas_result_serv_cell_nb_r14_s::nrsrp_result_r14
uint8_t nrsrp_result_r14
Definition: rrc_nbiot.h:6998
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::types
setup_e types
Definition: rrc_nbiot.h:1077
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:7366
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::rrc_early_data_complete_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13177
asn1::rrc::sib_type3_nb_r13_s::intra_freq_cell_resel_info_v1360
copy_ptr< intra_freq_cell_resel_info_nb_v1360_s > intra_freq_cell_resel_info_v1360
Definition: rrc_nbiot.h:4978
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8484
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::value
enum asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::options value
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:2163
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_present
bool ce_authorisation_offset_r14_present
Definition: rrc_nbiot.h:3375
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::one128th_t
@ one128th_t
Definition: rrc_nbiot.h:3658
asn1::rrc::wus_max_dur_factor_nb_r15_e
enumerated< wus_max_dur_factor_nb_r15_opts > wus_max_dur_factor_nb_r15_e
Definition: rrc_nbiot.h:2882
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::operator=
nprach_sub_carrier_idx_r15_c_ & operator=(const nprach_sub_carrier_idx_r15_c_ &other)
Definition: rrc_nbiot.cc:1415
asn1::rrc::lc_ch_cfg_nb_r13_s::prio_r13_present
bool prio_r13_present
Definition: rrc_nbiot.h:513
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::type
types type() const
Definition: rrc_nbiot.h:5626
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::types_opts::inband_different_pci_r13
@ inband_different_pci_r13
Definition: rrc_nbiot.h:1659
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp3
@ pp3
Definition: rrc_nbiot.h:4119
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:504
asn1::rrc::tdd_cfg_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6861
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::v2
@ v2
Definition: rrc_nbiot.h:4036
asn1::rrc::pcch_cfg_nb_r13_s::default_paging_cycle_r13_opts::rf512
@ rf512
Definition: rrc_nbiot.h:3640
asn1::rrc::sib_guardband_anchor_tdd_nb_r15_s
Definition: rrc_nbiot.h:1760
asn1::rrc::sched_info_nb_r13_s
Definition: rrc_nbiot.h:4576
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::spare
@ spare
Definition: rrc_nbiot.h:7809
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus92
@ dbm_minus92
Definition: rrc_nbiot.h:3191
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day1
@ day1
Definition: rrc_nbiot.h:6854
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_e_
enumerated< num_repeats_per_preamb_attempt_v1550_opts > num_repeats_per_preamb_attempt_v1550_e_
Definition: rrc_nbiot.h:2791
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:5904
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8720
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12699
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::eutra_ctrl_region_size_r14_opts::n2
@ n2
Definition: rrc_nbiot.h:3020
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::options
options
Definition: rrc_nbiot.h:4920
asn1::rrc::tdd_ue_cap_nb_r15_s::phy_layer_params_v1530
phy_layer_params_nb_v1530_s phy_layer_params_v1530
Definition: rrc_nbiot.h:8317
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::types_opts::ue_cap_enquiry_r13
@ ue_cap_enquiry_r13
Definition: rrc_nbiot.h:6470
asn1::rrc::ue_paging_coverage_info_nb_ies_s::npdcch_num_repeat_paging_r13_present
bool npdcch_num_repeat_paging_r13_present
Definition: rrc_nbiot.h:8541
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::options
options
Definition: rrc_nbiot.h:4420
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf160
@ sf160
Definition: rrc_nbiot.h:4136
asn1::rrc::mac_main_cfg_nb_r13_s::ul_sch_cfg_r13
ul_sch_cfg_r13_s_ ul_sch_cfg_r13
Definition: rrc_nbiot.h:1299
asn1::rrc::sib_type5_nb_r13_s::scptm_freq_offset_r14
uint8_t scptm_freq_offset_r14
Definition: rrc_nbiot.h:5023
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::spare3
@ spare3
Definition: rrc_nbiot.h:930
asn1::rrc::rrc_conn_release_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13927
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:1217
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:10540
asn1::rrc::inband_same_pci_tdd_nb_r15_s::sib_inband_location_r15_opts::options
options
Definition: rrc_nbiot.h:1951
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:14193
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6067
asn1::rrc::ue_radio_access_cap_info_nb_v1380_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19570
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:1351
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:2490
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r128
@ r128
Definition: rrc_nbiot.h:2530
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::options
options
Definition: rrc_nbiot.h:2522
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:7454
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::ms480
@ ms480
Definition: rrc_nbiot.h:5338
asn1::rrc::redirected_carrier_info_nb_v1430_s
Definition: rrc_nbiot.h:5505
asn1::rrc::ul_info_transfer_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:8953
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:7951
asn1::rrc::sib_guardband_guardband_tdd_nb_r15_s::sib_guardband_guardband_location_r15_opts::same
@ same
Definition: rrc_nbiot.h:1772
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc7
@ sc7
Definition: rrc_nbiot.h:3595
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf64
uint8_t & set_sf64()
Definition: rrc_nbiot.cc:17848
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::rach_cfg_common_nb_r13_s::rach_info_list_r13
rach_info_list_nb_r13_l rach_info_list_r13
Definition: rrc_nbiot.h:3718
asn1::rrc::phy_layer_params_nb_v1430_s::multi_carrier_nprach_r14_present
bool multi_carrier_nprach_r14_present
Definition: rrc_nbiot.h:8284
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8729
asn1::rrc::phys_cfg_ded_nb_r13_s::npdcch_cfg_ded_v1530
copy_ptr< npdcch_cfg_ded_nb_v1530_s > npdcch_cfg_ded_v1530
Definition: rrc_nbiot.h:1336
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::options
options
Definition: rrc_nbiot.h:2370
asn1::rrc::reestab_ue_id_cp_nb_r14_s::ul_nas_mac_r14
fixed_bitstring< 16 > ul_nas_mac_r14
Definition: rrc_nbiot.h:7280
asn1::rrc::sib_type2_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:10224
asn1::rrc::dl_ccch_msg_type_nb_c::c
c1_c_ c
Definition: rrc_nbiot.h:6011
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:2097
asn1::rrc::pdcp_cfg_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:1084
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db18
@ db18
Definition: rrc_nbiot.h:5519
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp4
@ pp4
Definition: rrc_nbiot.h:7817
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::ms512
@ ms512
Definition: rrc_nbiot.h:2337
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::options
options
Definition: rrc_nbiot.h:7817
asn1::rrc::dl_dcch_msg_type_nb_c::dl_dcch_msg_type_nb_c
dl_dcch_msg_type_nb_c()=default
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:6396
asn1::rrc::sc_mtch_info_nb_r14_s
Definition: rrc_nbiot.h:8061
asn1::rrc::rrc_early_data_complete_nb_v1590_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:5491
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::db_minus6
@ db_minus6
Definition: rrc_nbiot.h:3034
asn1::rrc::tdd_ul_dl_align_offset_nb_r15_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:470
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c
c1_c_ c
Definition: rrc_nbiot.h:5747
asn1::rrc::rr_cfg_common_sib_nb_r13_s::dl_gap_v1530
copy_ptr< dl_gap_cfg_nb_v1530_s > dl_gap_v1530
Definition: rrc_nbiot.h:4097
asn1::rrc::periodic_bsr_timer_nb_r13_opts::pp4
@ pp4
Definition: rrc_nbiot.h:1007
asn1::rrc::rrc_conn_recfg_nb_r13_ies_s::rr_cfg_ded_r13_present
bool rr_cfg_ded_r13_present
Definition: rrc_nbiot.h:6107
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_setup_complete_r13
@ rrc_conn_setup_complete_r13
Definition: rrc_nbiot.h:9016
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5281
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2717
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c
c1_c_ c
Definition: rrc_nbiot.h:6304
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:5338
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::rrc_conn_reest_reject_r13
rrc_conn_reest_reject_s & rrc_conn_reest_reject_r13()
Definition: rrc_nbiot.h:5914
asn1::rrc::inband_same_pci_tdd_nb_r15_s::sib_inband_location_r15
sib_inband_location_r15_e_ sib_inband_location_r15
Definition: rrc_nbiot.h:1959
asn1::rrc::sib_type1_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:11929
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15
nprach_params_r15_s_ nprach_params_r15
Definition: rrc_nbiot.h:2766
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14364
asn1::rrc::standalone_nb_r13_s::spare
fixed_bitstring< 5 > spare
Definition: rrc_nbiot.h:1647
asn1::rrc::ul_info_transfer_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:8954
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:2466
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530
t301_v1530_e_ t301_v1530
Definition: rrc_nbiot.h:4526
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::explicit_value
rlc_cfg_nb_r13_c & explicit_value()
Definition: rrc_nbiot.h:1123
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::db6
@ db6
Definition: rrc_nbiot.h:3934
asn1::rrc::sr_nprach_res_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:1380
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_rrm_pwr_offset_r15_opts::options
options
Definition: rrc_nbiot.h:2128
asn1::rrc::sib_type1_nb_v1430_s::cell_sel_info_v1430_present
bool cell_sel_info_v1430_present
Definition: rrc_nbiot.h:4616
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:7558
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::type_
types type_
Definition: rrc_nbiot.h:5645
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::type_
types type_
Definition: rrc_nbiot.h:1724
asn1::rrc::ue_cap_enquiry_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14715
asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:8467
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr3min30
@ hr3min30
Definition: rrc_nbiot.h:6845
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::al07
@ al07
Definition: rrc_nbiot.h:705
asn1::rrc::dl_gap_cfg_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:388
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::types_opts::value
enum asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::types_opts::options value
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6311
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::sf8192
@ sf8192
Definition: rrc_nbiot.h:835
asn1::rrc::ue_radio_access_cap_info_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19624
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::set_dl_carrier_cfg_r14
dl_carrier_cfg_common_nb_r14_s & set_dl_carrier_cfg_r14()
Definition: rrc_nbiot.cc:18244
asn1::rrc::lc_ch_cfg_nb_r13_s::prio_r13
uint8_t prio_r13
Definition: rrc_nbiot.h:515
asn1::rrc::rrc_conn_recfg_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14259
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::types_opts::value
enum asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::types_opts::options value
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::r512
@ r512
Definition: rrc_nbiot.h:2380
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:5768
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::ms8
@ ms8
Definition: rrc_nbiot.h:2214
asn1::rrc::cqi_npdcch_nb_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:16379
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n22
@ n22
Definition: rrc_nbiot.h:2733
asn1::rrc::sib_type4_nb_r13_s::intra_freq_neigh_cell_list_r13_present
bool intra_freq_neigh_cell_list_r13_present
Definition: rrc_nbiot.h:4996
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:8556
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3198
asn1::rrc::standalone_tdd_nb_r15_s::sib_standalone_location_r15
sib_standalone_location_r15_e_ sib_standalone_location_r15
Definition: rrc_nbiot.h:1977
asn1::rrc::bcch_cfg_nb_r13_s::mod_period_coeff_r13_opts::options
options
Definition: rrc_nbiot.h:3301
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::set_sib4_r13
sib_type4_nb_r13_s & set_sib4_r13()
Definition: rrc_nbiot.cc:11540
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::options
options
Definition: rrc_nbiot.h:2460
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc12
@ sc12
Definition: rrc_nbiot.h:3600
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:15375
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:20469
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v2
@ v2
Definition: rrc_nbiot.h:2548
asn1::rrc::inter_freq_neigh_cell_info_nb_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4827
asn1::rrc::sched_request_cfg_nb_r15_s::sr_sps_bsr_cfg_r15
sr_sps_bsr_cfg_nb_r15_c sr_sps_bsr_cfg_r15
Definition: rrc_nbiot.h:1474
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:952
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_present
bool carrier_freq_offset_r13_present
Definition: rrc_nbiot.h:144
asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:5078
asn1::rrc::rrc_conn_release_nb_v1530_ies_s::non_crit_ext
rrc_conn_release_nb_v1550_ies_s non_crit_ext
Definition: rrc_nbiot.h:6057
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:5599
asn1::rrc::t_resel_nb_r13_opts::s21
@ s21
Definition: rrc_nbiot.h:4409
asn1::rrc::inband_different_pci_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3623
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_long_r15_opts::ms1000
@ ms1000
Definition: rrc_nbiot.h:3885
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::set_rrc_conn_setup_complete_r13
rrc_conn_setup_complete_nb_r13_ies_s & set_rrc_conn_setup_complete_r13()
Definition: rrc_nbiot.cc:17401
asn1::rrc::rr_cfg_common_sib_nb_r13_s::npusch_cfg_common_r13
npusch_cfg_common_nb_r13_s npusch_cfg_common_r13
Definition: rrc_nbiot.h:4087
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::options
options
Definition: rrc_nbiot.h:2481
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:9695
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:499
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:16539
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:10459
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14470
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::n1
@ n1
Definition: rrc_nbiot.h:4460
asn1::rrc::edt_tbs_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4807
asn1::rrc::t_poll_retx_nb_r13_opts::options
options
Definition: rrc_nbiot.h:82
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:7711
asn1::rrc::sib_type14_nb_r13_s::ab_per_nrsrp_r15_opts::thresh2
@ thresh2
Definition: rrc_nbiot.h:4679
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::~ab_param_r13_c_
~ab_param_r13_c_()
Definition: rrc_nbiot.h:4642
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13_e_
enumerated< nprach_subcarrier_msg3_range_start_r13_opts > nprach_subcarrier_msg3_range_start_r13_e_
Definition: rrc_nbiot.h:2245
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts
Definition: rrc_nbiot.h:8144
asn1::rrc::t_poll_retx_nb_r13_opts::ms2000
@ ms2000
Definition: rrc_nbiot.h:86
asn1::rrc::carrier_freq_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:131
asn1::rrc::rrc_conn_resume_nb_r13_ies_s::rr_cfg_ded_r13
rr_cfg_ded_nb_r13_s rr_cfg_ded_r13
Definition: rrc_nbiot.h:6147
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:18375
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::set_same_pci_r13
same_pci_r13_s_ & set_same_pci_r13()
Definition: rrc_nbiot.cc:920
asn1::rrc::ue_radio_access_cap_info_nb_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19584
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1963
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:7206
asn1::rrc::rlc_cfg_nb_r13_c::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:1255
asn1::rrc::rlc_cfg_nb_r13_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:1279
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:5339
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_
Definition: rrc_nbiot.h:2954
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_present
bool pwr_class14dbm_offset_r14_present
Definition: rrc_nbiot.h:4008
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13
lc_ch_sr_prohibit_timer_r13_e_ lc_ch_sr_prohibit_timer_r13
Definition: rrc_nbiot.h:1225
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_reest_reject_r13
@ rrc_conn_reest_reject_r13
Definition: rrc_nbiot.h:5884
asn1::rrc::ul_cfg_common_nb_v1530_s::ext
bool ext
Definition: rrc_nbiot.h:3800
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::value
enum asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::options value
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2513
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:20401
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n78
@ n78
Definition: rrc_nbiot.h:2497
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::options
options
Definition: rrc_nbiot.h:3099
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms80
@ ms80
Definition: rrc_nbiot.h:2643
asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15_s_::tdd_si_sfs_bitmap_r15_present
bool tdd_si_sfs_bitmap_r15_present
Definition: rrc_nbiot.h:3763
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::spare3
@ spare3
Definition: rrc_nbiot.h:3662
asn1::rrc::drb_to_add_mod_nb_r13_s::rlc_cfg_r13_present
bool rlc_cfg_r13_present
Definition: rrc_nbiot.h:759
asn1::rrc::cqi_npdcch_short_nb_r14_opts::value
enum asn1::rrc::cqi_npdcch_short_nb_r14_opts::options value
asn1::rrc::cqi_npdcch_nb_r14_e
enumerated< cqi_npdcch_nb_r14_opts > cqi_npdcch_nb_r14_e
Definition: rrc_nbiot.h:7265
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::one_eighth
@ one_eighth
Definition: rrc_nbiot.h:2724
asn1::rrc::paging_weight_nb_r14_opts::w11
@ w11
Definition: rrc_nbiot.h:2805
asn1::rrc::ul_carrier_cfg_ded_nb_r13_s::tdd_ul_dl_align_offset_r15
tdd_ul_dl_align_offset_nb_r15_e tdd_ul_dl_align_offset_r15
Definition: rrc_nbiot.h:735
asn1::rrc::phy_layer_params_nb_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18567
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15
nprach_periodicity_r15_e_ nprach_periodicity_r15
Definition: rrc_nbiot.h:2604
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::types_opts::options
options
Definition: rrc_nbiot.h:2973
asn1::rrc::phys_cfg_ded_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:2847
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:2747
asn1::rrc::rrc_early_data_request_nb_r15_s
Definition: rrc_nbiot.h:7762
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13
n311_r13_e_ n311_r13
Definition: rrc_nbiot.h:4515
asn1::rrc::ul_ccch_msg_type_nb_c::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:20239
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::set_rrc_conn_release_r13
rrc_conn_release_nb_s & set_rrc_conn_release_r13()
Definition: rrc_nbiot.cc:15058
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7330
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::ssp7
@ ssp7
Definition: rrc_nbiot.h:3255
asn1::rrc::ue_radio_paging_info_nb_r13_s::multi_carrier_paging_r14_present
bool multi_carrier_paging_r14_present
Definition: rrc_nbiot.h:8453
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::different_pci_r13_s_::eutra_num_crs_ports_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:998
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:7810
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf320
@ sf320
Definition: rrc_nbiot.h:4138
asn1::rrc::paging_record_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15846
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_present
bool max_num_rohc_context_sessions_r13_present
Definition: rrc_nbiot.h:6754
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:16823
asn1::rrc::rrc_conn_resume_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14556
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::n2
@ n2
Definition: rrc_nbiot.h:1366
asn1::rrc::dl_ccch_msg_type_nb_c::type_
types type_
Definition: rrc_nbiot.h:6010
asn1::rrc::rrc_conn_reject_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12888
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::types_opts::crit_exts_future
@ crit_exts_future
Definition: rrc_nbiot.h:8497
asn1::rrc::paging_weight_nb_r14_opts::value
enum asn1::rrc::paging_weight_nb_r14_opts::options value
asn1::rrc::t_poll_retx_nb_r13_opts::ms60000
@ ms60000
Definition: rrc_nbiot.h:94
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::value
enum asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::options value
asn1::rrc::sib_type4_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:11171
asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13_opts::value
enum asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13_opts::options value
asn1::rrc::establishment_cause_nb_r13_opts
Definition: rrc_nbiot.h:7419
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus116
@ dbm_minus116
Definition: rrc_nbiot.h:3179
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::v2
@ v2
Definition: rrc_nbiot.h:942
asn1::rrc::rrc_early_data_complete_nb_v1590_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:5492
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc14
@ sc14
Definition: rrc_nbiot.h:3602
asn1::rrc::rrc_early_data_request_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17572
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_
Definition: rrc_nbiot.h:1988
asn1::rrc::rrc_conn_release_nb_v1430_ies_s::extended_wait_time_cpdata_r14
uint16_t extended_wait_time_cpdata_r14
Definition: rrc_nbiot.h:6071
asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15_s_::tdd_cfg_r15
tdd_cfg_nb_r15_s tdd_cfg_r15
Definition: rrc_nbiot.h:3764
asn1::rrc::bcch_dl_sch_msg_type_nb_c::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12143
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15155
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_e_
enumerated< si_tb_r13_opts > si_tb_r13_e_
Definition: rrc_nbiot.h:4600
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::options
options
Definition: rrc_nbiot.h:942
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::type
types type() const
Definition: rrc_nbiot.h:8846
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13
sib_type_and_info_r13_l_ sib_type_and_info_r13
Definition: rrc_nbiot.h:5208
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::type_
types type_
Definition: rrc_nbiot.h:4673
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf40
@ sf40
Definition: rrc_nbiot.h:4132
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::pp8
@ pp8
Definition: rrc_nbiot.h:2816
asn1::rrc::drx_cfg_nb_r13_c::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:1732
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_opts::ms40000
@ ms40000
Definition: rrc_nbiot.h:4468
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::s2
@ s2
Definition: rrc_nbiot.h:6805
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:5617
asn1::rrc::drb_to_add_mod_nb_r13_s
Definition: rrc_nbiot.h:755
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts::b256
@ b256
Definition: rrc_nbiot.h:4594
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::eutra_ctrl_region_size_r14_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:3021
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::t16
@ t16
Definition: rrc_nbiot.h:298
asn1::rrc::rrm_cfg_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15498
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::eutra_ctrl_region_size_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1016
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::eutra_ctrl_region_size_r13_opts::n1
@ n1
Definition: rrc_nbiot.h:464
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::types_opts::use_no_bitmap_r13
@ use_no_bitmap_r13
Definition: rrc_nbiot.h:330
asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_::types_opts::value
enum asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_::types_opts::options value
asn1::rrc::rach_cfg_common_nb_r13_s::pwr_ramp_params_v1450
copy_ptr< pwr_ramp_params_nb_v1450_s > pwr_ramp_params_v1450
Definition: rrc_nbiot.h:3722
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db20
@ db20
Definition: rrc_nbiot.h:5520
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::r1024
@ r1024
Definition: rrc_nbiot.h:3686
asn1::rrc::pwr_ramp_params_nb_v1450_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6793
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:815
asn1::rrc::release_cause_nb_r13_e
enumerated< release_cause_nb_r13_opts > release_cause_nb_r13_e
Definition: rrc_nbiot.h:6086
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::n1
@ n1
Definition: rrc_nbiot.h:4444
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts
Definition: rrc_nbiot.h:797
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_ul_info_transfer_r13
ul_info_transfer_nb_s & set_ul_info_transfer_r13()
Definition: rrc_nbiot.cc:20686
asn1::rrc::nprach_probability_anchor_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:7692
asn1::rrc::t_resel_nb_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9510
asn1::unbounded_octstring< false >
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::ms1280
@ ms1280
Definition: rrc_nbiot.h:5338
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::number_type
int8_t number_type
Definition: rrc_nbiot.h:3935
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::pp8
@ pp8
Definition: rrc_nbiot.h:1216
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:1984
asn1::rrc::ul_cfg_common_tdd_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8328
asn1::rrc::nprach_cfg_sib_nb_v1530_s::fmt2_params_r15_s_::nprach_params_list_fmt2_edt_r15_present
bool nprach_params_list_fmt2_edt_r15_present
Definition: rrc_nbiot.h:3503
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::multi_band_info_list_r13
multi_band_info_list_nb_r13_l multi_band_info_list_r13
Definition: rrc_nbiot.h:3368
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus86
@ dbm_minus86
Definition: rrc_nbiot.h:3194
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::value
enum asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::options value
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n108
@ n108
Definition: rrc_nbiot.h:2578
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16339
asn1::rrc::nprach_cfg_sib_nb_r13_s::nprach_cp_len_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:7443
asn1::rrc::guardband_nb_r13_s::spare
fixed_bitstring< 3 > spare
Definition: rrc_nbiot.h:1605
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::types_opts::value
enum asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::types_opts::options value
asn1::rrc::ue_cap_info_nb_ext_r14_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19145
asn1::rrc::ue_cap_nb_v14x0_ies_s::non_crit_ext
ue_cap_nb_v1530_ies_s non_crit_ext
Definition: rrc_nbiot.h:8378
asn1::bitstring
Definition: asn1_utils.h:867
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::types_opts::standalone_r13
@ standalone_r13
Definition: rrc_nbiot.h:1659
asn1::rrc::rrc_conn_release_nb_v1430_ies_s
Definition: rrc_nbiot.h:6066
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::v64
@ v64
Definition: rrc_nbiot.h:2396
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts::b208
@ b208
Definition: rrc_nbiot.h:4594
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:932
asn1::rrc::rrc_conn_resume_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14563
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::security_mode_complete_r13
security_mode_complete_s & security_mode_complete_r13()
Definition: rrc_nbiot.h:9063
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::ms15000
@ ms15000
Definition: rrc_nbiot.h:1350
asn1::rrc::sib_type3_nb_r13_s::intra_freq_cell_resel_info_r13
intra_freq_cell_resel_info_r13_s_ intra_freq_cell_resel_info_r13
Definition: rrc_nbiot.h:4970
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::~sched_period_start_offset_scptm_r14_c_
~sched_period_start_offset_scptm_r14_c_()
Definition: rrc_nbiot.h:4158
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::r2048
@ r2048
Definition: rrc_nbiot.h:3687
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts
Definition: rrc_nbiot.h:4435
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::to_number
int16_t to_number() const
Definition: rrc_nbiot.cc:6816
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_present
bool npdcch_num_repeats_ra_r15_present
Definition: rrc_nbiot.h:2599
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::types_opts::use_anchor_gap_cfg_r14
@ use_anchor_gap_cfg_r14
Definition: rrc_nbiot.h:2922
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::r256
@ r256
Definition: rrc_nbiot.h:2379
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min8
@ min8
Definition: rrc_nbiot.h:6827
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc_s_::profiles_r13_s_::profile0x0003
bool profile0x0003
Definition: rrc_nbiot.h:539
asn1::rrc::rf_params_nb_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18901
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::sib_type4_nb_r13_s
Definition: rrc_nbiot.h:4994
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::r128
@ r128
Definition: rrc_nbiot.h:2378
asn1::rrc::ho_prep_info_nb_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15611
asn1::rrc::ue_radio_access_cap_info_nb_v1380_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:8641
asn1::rrc::sc_mcch_msg_type_nb_c::types_opts::value
enum asn1::rrc::sc_mcch_msg_type_nb_c::types_opts::options value
asn1::rrc::bcch_bch_msg_tdd_nb_s::msg
bcch_bch_msg_type_tdd_nb_r15_s msg
Definition: rrc_nbiot.h:2092
asn1::rrc::bcch_dl_sch_msg_type_nb_c::type
types type() const
Definition: rrc_nbiot.h:5444
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::c
pod_choice_buffer_t c
Definition: rrc_nbiot.h:8042
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::inband_same_pci_r15
inband_same_pci_tdd_nb_r15_s & inband_same_pci_r15()
Definition: rrc_nbiot.h:2009
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_
Definition: rrc_nbiot.h:9011
asn1::rrc::rrc_conn_setup_complete_nb_v1430_ies_s::non_crit_ext
rrc_conn_setup_complete_nb_v1470_ies_s non_crit_ext
Definition: rrc_nbiot.h:7650
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf1024
uint16_t & sf1024()
Definition: rrc_nbiot.h:4225
asn1::rrc::ho_prep_info_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15660
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::value
enum asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::options value
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::one_quarter
@ one_quarter
Definition: rrc_nbiot.h:8157
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_e_
enumerated< nprach_subcarrier_msg3_range_start_r15_opts > nprach_subcarrier_msg3_range_start_r15_e_
Definition: rrc_nbiot.h:2688
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:8489
asn1::rrc::dl_bitmap_nb_r13_c::types_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:373
asn1::rrc::sib_type22_nb_r14_s
Definition: rrc_nbiot.h:4866
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:15683
asn1::rrc::dl_cfg_common_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6976
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:1172
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts
Definition: rrc_nbiot.h:4811
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16354
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5837
asn1::rrc::nprach_cfg_sib_nb_v1550_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:7655
asn1::rrc::rrc_conn_request_nb_r13_ies_s::ue_id_r13
init_ue_id_c ue_id_r13
Definition: rrc_nbiot.h:7440
asn1::rrc::bcch_dl_sch_msg_type_nb_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12173
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8556
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n12
@ n12
Definition: rrc_nbiot.h:2460
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::operator=
ab_param_r13_c_ & operator=(const ab_param_r13_c_ &other)
Definition: rrc_nbiot.cc:10057
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::r4
@ r4
Definition: rrc_nbiot.h:3102
asn1::rrc::sib_type3_nb_r13_s::intra_freq_cell_resel_info_r13_s_::q_rx_lev_min_r13
int8_t q_rx_lev_min_r13
Definition: rrc_nbiot.h:4955
asn1::rrc::inband_different_pci_tdd_nb_r15_s::sib_inband_location_r15_opts::lower
@ lower
Definition: rrc_nbiot.h:1930
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::different_pci_r13_s_
Definition: rrc_nbiot.h:403
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::sib2_r13
@ sib2_r13
Definition: rrc_nbiot.h:5045
asn1::rrc::sib_type4_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:11133
asn1::rrc::dl_bitmap_nb_r13_c::operator=
dl_bitmap_nb_r13_c & operator=(const dl_bitmap_nb_r13_c &other)
Definition: rrc_nbiot.cc:287
asn1::rrc::rach_cfg_common_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:3714
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::db3
@ db3
Definition: rrc_nbiot.h:3034
asn1::rrc::ul_ref_sigs_npusch_nb_r13_s::group_assign_npusch_r13
uint8_t group_assign_npusch_r13
Definition: rrc_nbiot.h:3280
asn1::rrc::npusch_cfg_common_nb_r13_s::ack_nack_num_repeats_msg4_r13_l_
bounded_array< ack_nack_num_repeats_nb_r13_e, 3 > ack_nack_num_repeats_msg4_r13_l_
Definition: rrc_nbiot.h:3585
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530
t300_v1530_e_ t300_v1530
Definition: rrc_nbiot.h:4525
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::set_sib_guardband_anchor_r15
sib_guardband_anchor_tdd_nb_r15_s & set_sib_guardband_anchor_r15()
Definition: rrc_nbiot.cc:4193
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::v8
@ v8
Definition: rrc_nbiot.h:8145
asn1::rrc::rr_cfg_ded_nb_r13_s::srb_to_add_mod_list_r13
srb_to_add_mod_list_nb_r13_l srb_to_add_mod_list_r13
Definition: rrc_nbiot.h:1527
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n42
@ n42
Definition: rrc_nbiot.h:2497
asn1::rrc::retx_bsr_timer_nb_r13_opts::infinity
@ infinity
Definition: rrc_nbiot.h:1017
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::options
options
Definition: rrc_nbiot.h:782
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::pp6
@ pp6
Definition: rrc_nbiot.h:803
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14
pwr_class14dbm_offset_r14_e_ pwr_class14dbm_offset_r14
Definition: rrc_nbiot.h:3376
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::set_spare2
void set_spare2()
Definition: rrc_nbiot.cc:19911
asn1::rrc::sc_mcch_msg_type_nb_c::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:8244
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_
Definition: rrc_nbiot.h:8826
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::value
enum asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::options value
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:13057
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:14640
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::types_opts::value
enum asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::types_opts::options value
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::set_inband_same_pci_r13
inband_same_pci_nb_r13_s & set_inband_same_pci_r13()
Definition: rrc_nbiot.cc:3836
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::set_rrc_conn_reest_request_r14
rrc_conn_reest_request_nb_r14_ies_s & set_rrc_conn_reest_request_r14()
Definition: rrc_nbiot.cc:16674
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::~c1_c_
~c1_c_()
Definition: rrc_nbiot.h:8844
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts
Definition: rrc_nbiot.h:4593
asn1::rrc::sc_mcch_sched_info_nb_r14_s::ext
bool ext
Definition: rrc_nbiot.h:4350
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_e_
enumerated< n311_r13_opts > n311_r13_e_
Definition: rrc_nbiot.h:4466
asn1::rrc::sib_type22_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:10675
asn1::rrc::rrc_conn_reject_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:5572
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:8068
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13
npdcch_num_repeats_ra_r13_e_ npdcch_num_repeats_ra_r13
Definition: rrc_nbiot.h:2315
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::set_setup
setup_s_ & set_setup()
Definition: rrc_nbiot.cc:2105
asn1::rrc::ue_radio_access_cap_info_nb_r14_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:8629
asn1::rrc::tdd_ul_dl_align_offset_nb_r15_opts::khz_minus7dot5
@ khz_minus7dot5
Definition: rrc_nbiot.h:286
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c
c1_c_ c
Definition: rrc_nbiot.h:6526
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14516
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::types_opts::options
options
Definition: rrc_nbiot.h:4765
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus108
@ dbm_minus108
Definition: rrc_nbiot.h:3183
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:7600
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r16
@ r16
Definition: rrc_nbiot.h:2695
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::value
enum asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::options value
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::set_explicit_gap_cfg_r13
dl_gap_cfg_nb_r13_s & set_explicit_gap_cfg_r13()
Definition: rrc_nbiot.cc:774
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::c
setup_s_ c
Definition: rrc_nbiot.h:1066
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:9021
asn1::rrc::nprach_probability_anchor_nb_r14_s
Definition: rrc_nbiot.h:3544
asn1::rrc::scptm_cfg_nb_r14_s
Definition: rrc_nbiot.h:8201
asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:5083
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts
Definition: rrc_nbiot.h:704
asn1::rrc::sc_mtch_info_nb_r14_s::g_rnti_r14
fixed_bitstring< 16 > g_rnti_r14
Definition: rrc_nbiot.h:8179
asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_
Definition: rrc_nbiot.h:8217
asn1::rrc::sib_type1_nb_s::freq_band_info_r13
ns_pmax_list_nb_r13_l freq_band_info_r13
Definition: rrc_nbiot.h:5362
asn1::rrc::rrc_conn_reest_request_nb_r13_ies_s::early_contention_resolution_r14
bool early_contention_resolution_r14
Definition: rrc_nbiot.h:7302
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc1
@ sc1
Definition: rrc_nbiot.h:3589
asn1::rrc::ue_radio_paging_info_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19030
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8163
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::set_standalone_r15
standalone_tdd_nb_r15_s & set_standalone_r15()
Definition: rrc_nbiot.cc:4565
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf256
@ sf256
Definition: rrc_nbiot.h:7835
asn1::rrc::access_stratum_release_nb_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:15276
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::c
rrc_conn_resume_complete_nb_r13_ies_s c
Definition: rrc_nbiot.h:7559
asn1::rrc::sib_type1_nb_s::freq_band_info_r13_present
bool freq_band_info_r13_present
Definition: rrc_nbiot.h:5348
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::c
mac_main_cfg_nb_r13_s c
Definition: rrc_nbiot.h:1516
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:7334
asn1::rrc::sib_type2_nb_r13_s::enhanced_phr_r15_present
bool enhanced_phr_r15_present
Definition: rrc_nbiot.h:4750
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts
Definition: rrc_nbiot.h:4044
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp0
@ pp0
Definition: rrc_nbiot.h:7817
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r4
@ r4
Definition: rrc_nbiot.h:2693
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:5727
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_present
bool rlc_cfg_r13_present
Definition: rrc_nbiot.h:1176
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13484
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12985
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_e_
enumerated< t300_r15_opts > t300_r15_e_
Definition: rrc_nbiot.h:4506
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5999
asn1::rrc::sched_info_nb_v1530_s
Definition: rrc_nbiot.h:2863
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n33
@ n33
Definition: rrc_nbiot.h:2569
asn1::rrc::guardband_tdd_nb_r15_s::eutra_bandwitdh_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4297
asn1::rrc::ue_timers_and_consts_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:4509
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v1dot5
@ v1dot5
Definition: rrc_nbiot.h:2548
asn1::rrc::ue_radio_paging_info_nb_s
Definition: rrc_nbiot.h:8750
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_npdsch_max_tbs_sc_mtch_r14
npdcch_npdsch_max_tbs_sc_mtch_r14_e_ npdcch_npdsch_max_tbs_sc_mtch_r14
Definition: rrc_nbiot.h:8182
asn1::rrc::establishment_cause_nb_r13_opts::spare3
@ spare3
Definition: rrc_nbiot.h:7426
asn1::rrc::s_tmsi_s
Definition: paging.h:76
asn1::rrc::wus_cfg_nb_r15_s
Definition: rrc_nbiot.h:3851
asn1::rrc::rrc_early_data_request_nb_v1590_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:7727
asn1::rrc::rrc_conn_reest_nb_v1430_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12387
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::value
enum asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::options value
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::s3
@ s3
Definition: rrc_nbiot.h:6806
asn1::rrc::dl_dcch_msg_type_nb_c::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:6658
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::spare5
@ spare5
Definition: rrc_nbiot.h:810
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::types_opts
Definition: rrc_nbiot.h:416
asn1::rrc::mib_tdd_nb_r15_s::hyper_sfn_lsb_r15
fixed_bitstring< 2 > hyper_sfn_lsb_r15
Definition: rrc_nbiot.h:2073
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_
Definition: rrc_nbiot.h:8062
asn1::rrc::sib_type1_nb_v1350_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:5220
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1530_opts::value
enum asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1530_opts::options value
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::spare3
@ spare3
Definition: rrc_nbiot.h:3113
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:7624
asn1::rrc::sc_mcch_msg_nb_s
Definition: rrc_nbiot.h:8273
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::spare
@ spare
Definition: rrc_nbiot.h:1216
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::options
options
Definition: rrc_nbiot.h:528
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::db_minus12
@ db_minus12
Definition: rrc_nbiot.h:3034
asn1::rrc::sib_type_nb_r13_opts::sib_type3_nb_r13
@ sib_type3_nb_r13
Definition: rrc_nbiot.h:3735
asn1::rrc::nprach_cfg_sib_nb_v1530_s::edt_params_r15_s_::edt_tbs_info_list_r15
edt_tbs_info_list_nb_r15_l edt_tbs_info_list_r15
Definition: rrc_nbiot.h:3510
asn1::rrc::paging_record_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:7009
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:7297
asn1::rrc::rrc_conn_reest_complete_nb_v1470_ies_s::meas_result_serv_cell_r14_present
bool meas_result_serv_cell_r14_present
Definition: rrc_nbiot.h:7175
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::al06
@ al06
Definition: rrc_nbiot.h:3830
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:523
asn1::rrc::pdcp_params_nb_r13_s::supported_rohc_profiles_r13_s_::profile0x0103
bool profile0x0103
Definition: rrc_nbiot.h:6740
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2777
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::v48
@ v48
Definition: rrc_nbiot.h:2396
asn1::rrc::rf_params_nb_v1430_s::pwr_class_nb_minus14dbm_r14_present
bool pwr_class_nb_minus14dbm_r14_present
Definition: rrc_nbiot.h:8399
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::c
rrc_conn_release_nb_r13_ies_s c
Definition: rrc_nbiot.h:6351
asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13_opts::every8th_rf
@ every8th_rf
Definition: rrc_nbiot.h:4586
asn1::rrc::ue_cap_info_nb_ext_r14_ies_s
Definition: rrc_nbiot.h:8468
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:2709
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf64
uint8_t & sf64()
Definition: rrc_nbiot.h:4185
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_thres_r13_opts::n128
@ n128
Definition: rrc_nbiot.h:240
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13
hdr_compress_r13_c_ hdr_compress_r13
Definition: rrc_nbiot.h:591
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr13
@ hr13
Definition: rrc_nbiot.h:6851
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8754
asn1::rrc::mib_nb_s::hyper_sfn_lsb_r13
fixed_bitstring< 2 > hyper_sfn_lsb_r13
Definition: rrc_nbiot.h:1732
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19457
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::same_pci_r13
same_pci_r13_s_ & same_pci_r13()
Definition: rrc_nbiot.h:434
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::rrc_conn_resume_request_r13
rrc_conn_resume_request_nb_s & rrc_conn_resume_request_r13()
Definition: rrc_nbiot.h:8861
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_e_
enumerated< npdcch_num_repeat_paging_r13_opts > npdcch_num_repeat_paging_r13_e_
Definition: rrc_nbiot.h:3699
asn1::rrc::rr_cfg_common_sib_nb_r13_s::npdsch_cfg_common_r13
npdsch_cfg_common_nb_r13_s npdsch_cfg_common_r13
Definition: rrc_nbiot.h:4086
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::types_opts::spare2
@ spare2
Definition: rrc_nbiot.h:6926
asn1::rrc::sib_type1_nb_s::sched_info_list_r13
sched_info_list_nb_r13_l sched_info_list_r13
Definition: rrc_nbiot.h:5367
asn1::rrc::dl_ccch_msg_type_nb_c::types_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:13602
asn1::rrc::sib_type_nb_r13_opts::sib_type20_nb_r14
@ sib_type20_nb_r14
Definition: rrc_nbiot.h:3741
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:6923
asn1::rrc::inband_same_pci_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3675
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_spare2
void set_spare2()
Definition: rrc_nbiot.cc:20720
asn1::rrc::wus_cfg_nb_r15_s::num_pos_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:8456
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3488
asn1::rrc::rrc_early_data_complete_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13183
asn1::rrc::periodic_bsr_timer_nb_r13_opts::infinity
@ infinity
Definition: rrc_nbiot.h:1007
asn1::rrc::wus_max_dur_factor_nb_r15_opts::one_quarter
@ one_quarter
Definition: rrc_nbiot.h:2875
asn1::rrc::nprach_cfg_sib_nb_v1530_s::fmt2_params_r15_present
bool fmt2_params_r15_present
Definition: rrc_nbiot.h:3516
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::al05
@ al05
Definition: rrc_nbiot.h:3830
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types_opts::spare3
@ spare3
Definition: rrc_nbiot.h:5888
asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15_opts::ms80
@ ms80
Definition: rrc_nbiot.h:3869
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts
Definition: rrc_nbiot.h:1373
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::rrc_conn_reest_r13
rrc_conn_reest_nb_r13_ies_s & rrc_conn_reest_r13()
Definition: rrc_nbiot.h:5631
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v_minus9
@ v_minus9
Definition: rrc_nbiot.h:113
asn1::rrc::ul_ccch_msg_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:20259
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db_minus3
@ db_minus3
Definition: rrc_nbiot.h:4371
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_present
bool nprach_probability_anchor_r14_present
Definition: rrc_nbiot.h:3574
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::q_qual_min_r13_present
bool q_qual_min_r13_present
Definition: rrc_nbiot.h:3355
asn1::rrc::rlc_cfg_nb_r13_c::am_s_::dl_am_rlc_r13
dl_am_rlc_nb_r13_s dl_am_rlc_r13
Definition: rrc_nbiot.h:604
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::to_number
int8_t to_number() const
Definition: rrc_nbiot.cc:6687
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::spare1
@ spare1
Definition: rrc_nbiot.h:2386
asn1::rrc::pdcp_params_nb_r13_s::supported_rohc_profiles_r13_s_::profile0x0006
bool profile0x0006
Definition: rrc_nbiot.h:6738
asn1::rrc::sib_guardband_anchor_tdd_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3978
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n72
@ n72
Definition: rrc_nbiot.h:2497
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min14
@ min14
Definition: rrc_nbiot.h:6831
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min24
@ min24
Definition: rrc_nbiot.h:6834
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::spare4
@ spare4
Definition: rrc_nbiot.h:2652
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf640
uint16_t & sf640()
Definition: rrc_nbiot.h:4220
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::types_opts::spare3
@ spare3
Definition: rrc_nbiot.h:8668
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:8672
asn1::rrc::sib_type2_nb_r13_s::freq_info_r13_s_::add_spec_emission_r13
uint8_t add_spec_emission_r13
Definition: rrc_nbiot.h:4726
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::set_explicit_value
rlc_cfg_nb_r13_c & set_explicit_value()
Definition: rrc_nbiot.cc:2342
asn1::rrc::sib_type16_r11_s
Definition: bcch_msg.h:2086
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1884
asn1::rrc::cqi_npdcch_nb_r14_opts::candidate_rep_a
@ candidate_rep_a
Definition: rrc_nbiot.h:7248
asn1::rrc::rrc_conn_reest_nb_r13_ies_s::rr_cfg_ded_r13
rr_cfg_ded_nb_r13_s rr_cfg_ded_r13
Definition: rrc_nbiot.h:5555
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::r512
@ r512
Definition: rrc_nbiot.h:3685
asn1::rrc::rrc_conn_reest_complete_nb_v1470_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16219
asn1::rrc::rr_cfg_common_sib_nb_r13_s::nprach_cfg_v1450
copy_ptr< nprach_cfg_sib_nb_v1450_s > nprach_cfg_v1450
Definition: rrc_nbiot.h:4094
asn1::rrc::rrc_conn_resume_complete_nb_v1470_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16913
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:8560
asn1::rrc::inband_different_pci_nb_r13_s::eutra_num_crs_ports_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1616
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::ue_cap_enquiry_r13
ue_cap_enquiry_nb_s & ue_cap_enquiry_r13()
Definition: rrc_nbiot.h:6590
asn1::rrc::scptm_cfg_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18414
asn1::rrc::sib_type15_nb_r14_s::mbms_sai_inter_freq_list_r14
mbms_sai_inter_freq_list_nb_r14_l mbms_sai_inter_freq_list_r14
Definition: rrc_nbiot.h:4711
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n22
@ n22
Definition: rrc_nbiot.h:2414
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::value
enum asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::options value
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::t3
@ t3
Definition: rrc_nbiot.h:298
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::set_rrc_conn_recfg_r13
rrc_conn_recfg_nb_s & set_rrc_conn_recfg_r13()
Definition: rrc_nbiot.cc:15053
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530_opts::ms100000
@ ms100000
Definition: rrc_nbiot.h:4476
asn1::rrc::retx_bsr_timer_nb_r13_opts::pp512
@ pp512
Definition: rrc_nbiot.h:1017
asn1::rrc::sc_mcch_sched_info_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8979
asn1::rrc::ho_prep_info_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:6988
asn1::rrc::multi_band_info_nb_r13_s::freq_band_ind_r13
uint16_t freq_band_ind_r13
Definition: rrc_nbiot.h:2194
asn1::rrc::ch_raster_offset_nb_r13_opts
Definition: rrc_nbiot.h:1592
asn1::rrc::sc_mcch_msg_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18538
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db4dot23
@ db4dot23
Definition: rrc_nbiot.h:4379
asn1::rrc::wus_cfg_nb_r15_s::max_dur_factor_r15
wus_max_dur_factor_nb_r15_e max_dur_factor_r15
Definition: rrc_nbiot.h:3897
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::n6
@ n6
Definition: rrc_nbiot.h:4444
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::delta_rx_lev_min_v1350_present
bool delta_rx_lev_min_v1350_present
Definition: rrc_nbiot.h:3371
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::pp16
@ pp16
Definition: rrc_nbiot.h:782
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1029
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18270
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::types_opts::options
options
Definition: rrc_nbiot.h:4632
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530_opts::options
options
Definition: rrc_nbiot.h:4476
asn1::rrc::sib_type1_nb_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:5356
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:12321
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5608
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::sf2048
@ sf2048
Definition: rrc_nbiot.h:1029
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13_opts::one
@ one
Definition: rrc_nbiot.h:2238
asn1::rrc::ul_dcch_msg_type_nb_c::types_opts
Definition: rrc_nbiot.h:9159
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::sf2048
@ sf2048
Definition: rrc_nbiot.h:829
asn1::rrc::sib_type14_nb_r13_s::ab_per_nrsrp_r15_opts::thresh1
@ thresh1
Definition: rrc_nbiot.h:4679
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_e_
enumerated< drx_cycle_v1430_opts > drx_cycle_v1430_e_
Definition: rrc_nbiot.h:1292
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_opts::one_third
@ one_third
Definition: rrc_nbiot.h:2361
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::nprach_preamb_format_r15_opts::fmt0_a
@ fmt0_a
Definition: rrc_nbiot.h:3482
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::ms160
@ ms160
Definition: rrc_nbiot.h:5338
asn1::rrc::dl_ccch_msg_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13625
asn1::rrc::inband_same_pci_tdd_nb_r15_s::sib_inband_location_r15_opts::higher
@ higher
Definition: rrc_nbiot.h:1951
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_present
bool ce_authorisation_offset_r14_present
Definition: rrc_nbiot.h:4009
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14
pwr_class14dbm_offset_r14_e_ pwr_class14dbm_offset_r14
Definition: rrc_nbiot.h:3953
asn1::rrc::dl_info_transfer_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:6090
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::ms320
@ ms320
Definition: rrc_nbiot.h:2329
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::rrc_early_data_request_r15
rrc_early_data_request_nb_r15_ies_s & rrc_early_data_request_r15()
Definition: rrc_nbiot.h:7779
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::types_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:1502
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15
npdcch_num_repeats_ra_r15_e_ npdcch_num_repeats_ra_r15
Definition: rrc_nbiot.h:2757
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:5992
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::r128
@ r128
Definition: rrc_nbiot.h:3683
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db25
@ db25
Definition: rrc_nbiot.h:3999
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::ms128
@ ms128
Definition: rrc_nbiot.h:2337
asn1::rrc::wus_cfg_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8397
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_sched_info_r14
sc_mtch_sched_info_nb_r14_s sc_mtch_sched_info_r14
Definition: rrc_nbiot.h:8180
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c
c1_c_ c
Definition: rrc_nbiot.h:5820
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6619
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:2658
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9646
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s::ded_info_nas_r15_present
bool ded_info_nas_r15_present
Definition: rrc_nbiot.h:5595
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_long_r15_present
bool time_offset_e_drx_long_r15_present
Definition: rrc_nbiot.h:3896
asn1::rrc::ue_radio_paging_info_nb_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:8740
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min1s20
@ min1s20
Definition: rrc_nbiot.h:6817
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::c
rrc_conn_resume_request_nb_r13_ies_s c
Definition: rrc_nbiot.h:7620
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15
nprach_num_cbra_start_subcarriers_r15_e_ nprach_num_cbra_start_subcarriers_r15
Definition: rrc_nbiot.h:2760
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::dl_bitmap_non_anchor_r14_c_
dl_bitmap_non_anchor_r14_c_()=default
asn1::rrc::bcch_dl_sch_msg_nb_s
Definition: rrc_nbiot.h:5468
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::set_later
later_c_ & set_later()
Definition: rrc_nbiot.cc:16612
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:20835
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::r256
@ r256
Definition: rrc_nbiot.h:3108
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db26
@ db26
Definition: rrc_nbiot.h:5523
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_present
bool ab_param_r13_present
Definition: rrc_nbiot.h:4689
asn1::rrc::retx_bsr_timer_nb_r13_opts::pp16
@ pp16
Definition: rrc_nbiot.h:1017
asn1::rrc::inband_different_pci_tdd_nb_r15_s::sib_inband_location_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1930
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_opts::options
options
Definition: rrc_nbiot.h:4468
asn1::rrc::ue_radio_paging_info_nb_r13_s::mixed_operation_mode_r15_present
bool mixed_operation_mode_r15_present
Definition: rrc_nbiot.h:8455
asn1::rrc::rrc_conn_reest_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:5553
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_
Definition: rrc_nbiot.h:1819
asn1::rrc::mac_params_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18888
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::c
choice_buffer_t< dl_info_transfer_nb_s, rrc_conn_recfg_nb_s, rrc_conn_release_nb_s, rrc_conn_resume_nb_s, security_mode_cmd_s, ue_cap_enquiry_nb_s > c
Definition: rrc_nbiot.h:6647
asn1::rrc::ul_dcch_msg_type_nb_c::ul_dcch_msg_type_nb_c
ul_dcch_msg_type_nb_c()=default
asn1::rrc::mbms_sai_inter_freq_nb_r14_s
Definition: rrc_nbiot.h:3402
asn1::rrc::pcch_cfg_nb_r13_s::default_paging_cycle_r13_opts::value
enum asn1::rrc::pcch_cfg_nb_r13_s::default_paging_cycle_r13_opts::options value
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_
Definition: rrc_nbiot.h:2479
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::n12
@ n12
Definition: rrc_nbiot.h:2222
asn1::rrc::sib_guardband_guardband_tdd_nb_r15_s::sib_guardband_guardband_location_r15_e_
enumerated< sib_guardband_guardband_location_r15_opts > sib_guardband_guardband_location_r15_e_
Definition: rrc_nbiot.h:1776
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17344
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::types_opts::options
options
Definition: rrc_nbiot.h:7683
asn1::rrc::inband_different_pci_tdd_nb_r15_s::sib_inband_location_r15_opts
Definition: rrc_nbiot.h:1929
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::db_minus3
@ db_minus3
Definition: rrc_nbiot.h:3934
asn1::rrc::supported_band_nb_r13_s
Definition: rrc_nbiot.h:6697
asn1::rrc::dl_cfg_common_nb_r14_s::wus_cfg_r15
copy_ptr< wus_cfg_per_carrier_nb_r15_s > wus_cfg_r15
Definition: rrc_nbiot.h:3326
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::value
enum asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::options value
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_reest_request_r13
@ rrc_conn_reest_request_r13
Definition: rrc_nbiot.h:8829
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:4112
asn1::rrc::t_poll_retx_nb_r13_opts::ms300000_v1530
@ ms300000_v1530
Definition: rrc_nbiot.h:98
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::set_explicit_bitmap_cfg_r14
dl_bitmap_nb_r13_c & set_explicit_bitmap_cfg_r14()
Definition: rrc_nbiot.cc:6358
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::value
enum asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::options value
asn1::rrc::paging_ue_id_c
Definition: paging.h:99
asn1::rrc::ab_cfg_nb_r13_s::ab_category_r13_opts::a
@ a
Definition: rrc_nbiot.h:69
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::n6
@ n6
Definition: rrc_nbiot.h:2247
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::type
types type() const
Definition: rrc_nbiot.h:1082
asn1::rrc::dl_am_rlc_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:225
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:6252
asn1::rrc::rrc_conn_reest_complete_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16260
asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15_opts::sa4
@ sa4
Definition: rrc_nbiot.h:3239
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::types_opts::value
enum asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::types_opts::options value
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8371
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::setup_s_::sr_nprach_res_r15
sr_nprach_res_nb_r15_s sr_nprach_res_r15
Definition: rrc_nbiot.h:1075
asn1::rrc::as_cfg_nb_s::ext
bool ext
Definition: rrc_nbiot.h:1545
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::db3
@ db3
Definition: rrc_nbiot.h:3934
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::c
choice_buffer_t< sib_guardband_anchor_tdd_nb_r15_s, sib_guardband_guardband_tdd_nb_r15_s, sib_guardband_inband_diff_pci_tdd_nb_r15_s, sib_guardband_inband_same_pci_tdd_nb_r15_s > c
Definition: rrc_nbiot.h:1895
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:20353
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::types_opts::value
enum asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::types_opts::options value
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc5
@ sc5
Definition: rrc_nbiot.h:3593
asn1::rrc::ul_ccch_msg_type_nb_c::types_opts::c1
@ c1
Definition: rrc_nbiot.h:8907
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::types_opts::dl_carrier_idx_r14
@ dl_carrier_idx_r14
Definition: rrc_nbiot.h:4765
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::v4
@ v4
Definition: rrc_nbiot.h:4036
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::n256
@ n256
Definition: rrc_nbiot.h:3488
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14212
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf40
uint8_t & sf40()
Definition: rrc_nbiot.h:7878
asn1::rrc::supported_band_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15252
asn1::rrc::bcch_bch_msg_nb_s::msg
bcch_bch_msg_type_nb_s msg
Definition: rrc_nbiot.h:1751
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:6322
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::pp32
@ pp32
Definition: rrc_nbiot.h:790
asn1::rrc::rrc_conn_reest_complete_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:7189
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::one_third
@ one_third
Definition: rrc_nbiot.h:2513
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::value
enum asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::options value
asn1::rrc::sc_mtch_info_nb_r14_s::mbms_session_info_r14
mbms_session_info_r13_s mbms_session_info_r14
Definition: rrc_nbiot.h:8178
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13_opts::zero
@ zero
Definition: rrc_nbiot.h:951
asn1::rrc::tdd_ul_dl_align_offset_nb_r15_opts::options
options
Definition: rrc_nbiot.h:286
asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:8219
asn1::rrc::sys_info_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:11796
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::operation_mode_info_r13_c_
operation_mode_info_r13_c_()=default
asn1::rrc::nprach_cfg_sib_nb_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:7547
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13
drx_retx_timer_r13_e_ drx_retx_timer_r13
Definition: rrc_nbiot.h:880
asn1::rrc::rrc_conn_recfg_nb_r13_ies_s::ded_info_nas_list_r13
ded_info_nas_list_r13_l_ ded_info_nas_list_r13
Definition: rrc_nbiot.h:6111
asn1::rrc::ue_radio_access_cap_info_nb_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:8653
asn1::rrc::rlf_timers_and_consts_nb_r13_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:2981
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:705
asn1::rrc::ue_radio_paging_info_nb_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19804
asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13_opts::number_type
float number_type
Definition: rrc_nbiot.h:2299
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4594
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13
t310_r13_e_ t310_r13
Definition: rrc_nbiot.h:1417
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13_opts::sf512
@ sf512
Definition: rrc_nbiot.h:248
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_recfg_complete_r13
@ rrc_conn_recfg_complete_r13
Definition: rrc_nbiot.h:9014
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::s50
@ s50
Definition: rrc_nbiot.h:6815
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19721
asn1::rrc::rach_cfg_common_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:7984
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::value
enum asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::options value
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::options
options
Definition: rrc_nbiot.h:2497
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::n6
@ n6
Definition: rrc_nbiot.h:3461
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:8525
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::set_explicit_value_r13
mac_main_cfg_nb_r13_s & set_explicit_value_r13()
Definition: rrc_nbiot.cc:3375
asn1::rrc::sc_mcch_msg_type_nb_c::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:8254
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_present
bool nprach_start_time_r15_present
Definition: rrc_nbiot.h:2744
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14
on_dur_timer_scptm_r14_e_ on_dur_timer_scptm_r14
Definition: rrc_nbiot.h:8049
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n12
@ n12
Definition: rrc_nbiot.h:2497
asn1::rrc::rrc_conn_resume_complete_nb_s::rrc_transaction_id
uint8_t rrc_transaction_id
Definition: rrc_nbiot.h:7563
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::types_opts::value
enum asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::types_opts::options value
asn1::rrc::inter_freq_neigh_cell_info_nb_v1530_s::nsss_rrm_cfg_r15_present
bool nsss_rrm_cfg_r15_present
Definition: rrc_nbiot.h:2181
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::types_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:657
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13
mac_contention_resolution_timer_r13_e_ mac_contention_resolution_timer_r13
Definition: rrc_nbiot.h:2834
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2337
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::r256
@ r256
Definition: rrc_nbiot.h:2272
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4241
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:8725
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::n7
@ n7
Definition: rrc_nbiot.h:2777
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c
c1_c_ c
Definition: rrc_nbiot.h:8614
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8641
asn1::rrc::dl_info_transfer_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:6235
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:6215
asn1::rrc::release_cause_nb_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:13811
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_thres_r13_opts::n256
@ n256
Definition: rrc_nbiot.h:240
asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:18520
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc10
@ sc10
Definition: rrc_nbiot.h:3598
asn1::rrc::sib_type14_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:9964
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::r8
@ r8
Definition: rrc_nbiot.h:920
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::number_type
float number_type
Definition: rrc_nbiot.h:4056
asn1::rrc::ho_prep_info_nb_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15631
asn1::rrc::rrc_conn_reest_complete_nb_v1470_ies_s::meas_result_serv_cell_r14
meas_result_serv_cell_nb_r14_s meas_result_serv_cell_r14
Definition: rrc_nbiot.h:7177
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_opts::n24
@ n24
Definition: rrc_nbiot.h:2353
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s
Definition: rrc_nbiot.h:3989
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:2640
asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13_opts
Definition: rrc_nbiot.h:2229
asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550_opts::v3dot5
@ v3dot5
Definition: rrc_nbiot.h:157
asn1::rrc::wus_cfg_nb_r15_s::num_pos_r15_opts::options
options
Definition: rrc_nbiot.h:3853
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530_present
bool t301_v1530_present
Definition: rrc_nbiot.h:1426
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::sib_guardband_anchor_r15
sib_guardband_anchor_tdd_nb_r15_s & sib_guardband_anchor_r15()
Definition: rrc_nbiot.h:1844
asn1::rrc::ho_prep_info_nb_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15591
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf160
uint8_t & set_sf160()
Definition: rrc_nbiot.cc:17863
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:7539
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:5404
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:13052
asn1::rrc::redirected_carrier_info_nb_v1430_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12464
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr10
@ hr10
Definition: rrc_nbiot.h:6850
asn1::rrc::pdcp_params_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15320
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_carrier_idx_r15_present
bool npdcch_carrier_idx_r15_present
Definition: rrc_nbiot.h:2603
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db5
@ db5
Definition: rrc_nbiot.h:5323
asn1::rrc::sib_type1_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:11872
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf128
@ rf128
Definition: rrc_nbiot.h:4822
asn1::rrc::sib_guardband_inband_same_pci_tdd_nb_r15_s::spare
fixed_bitstring< 1 > spare
Definition: rrc_nbiot.h:1809
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:7211
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1227
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types_opts::spare2
@ spare2
Definition: rrc_nbiot.h:6550
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:2730
asn1::rrc::npdcch_cfg_ded_nb_v1530_s::npdcch_start_sf_uss_v1530_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:974
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::types_opts
Definition: rrc_nbiot.h:554
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::n10
@ n10
Definition: rrc_nbiot.h:2247
asn1::rrc::ho_prep_info_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15666
asn1::rrc::dl_ccch_msg_type_nb_c::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:13597
asn1::rrc::rr_cfg_common_sib_nb_r13_s::wus_cfg_r15
copy_ptr< wus_cfg_nb_r15_s > wus_cfg_r15
Definition: rrc_nbiot.h:4098
asn1::rrc::srb_to_add_mod_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:2259
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_present
bool nprach_subcarrier_msg3_range_start_r15_present
Definition: rrc_nbiot.h:2747
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::pdcp_cfg_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:1108
asn1::rrc::access_stratum_release_nb_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:6713
asn1::rrc::sib_type3_nb_r13_s::intra_freq_cell_resel_info_r13_s_::q_qual_min_r13_present
bool q_qual_min_r13_present
Definition: rrc_nbiot.h:4953
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::n5
@ n5
Definition: rrc_nbiot.h:1382
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c
c1_c_ c
Definition: rrc_nbiot.h:6452
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::same_pci_r14_s_
Definition: rrc_nbiot.h:2956
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_opts::pp2
@ pp2
Definition: rrc_nbiot.h:2824
asn1::rrc::sib_type_nb_v1530_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2114
asn1::rrc::rrc_conn_resume_complete_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16951
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::type
types type() const
Definition: rrc_nbiot.h:5700
asn1::rrc::intra_freq_neigh_cell_info_nb_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:7314
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:4998
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::types_opts::sib_guardband_guardband_r15
@ sib_guardband_guardband_r15
Definition: rrc_nbiot.h:1823
asn1::rrc::ul_info_transfer_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:20320
asn1::rrc::inband_same_pci_nb_r13_s::eutra_crs_seq_info_r13
uint8_t eutra_crs_seq_info_r13
Definition: rrc_nbiot.h:1637
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db20
@ db20
Definition: rrc_nbiot.h:3999
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1530_opts::to_number
uint32_t to_number() const
Definition: rrc_nbiot.cc:3178
asn1::rrc::ack_nack_num_repeats_nb_r13_opts
Definition: rrc_nbiot.h:317
asn1::rrc::intra_freq_cell_resel_info_nb_v1350_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8601
asn1::rrc::sib_type1_nb_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8110
asn1::rrc::mac_main_cfg_nb_r13_s::ul_sch_cfg_r13_present
bool ul_sch_cfg_r13_present
Definition: rrc_nbiot.h:1296
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2707
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_present
bool tdd_params_r15_present
Definition: rrc_nbiot.h:3515
asn1::rrc::sib_type3_nb_r13_s::cell_resel_serving_freq_info_r13_s_::s_non_intra_search_r13
uint8_t s_non_intra_search_r13
Definition: rrc_nbiot.h:4950
asn1::rrc::ue_radio_access_cap_info_nb_ies_s::ue_radio_access_cap_info_r13
dyn_octstring ue_radio_access_cap_info_r13
Definition: rrc_nbiot.h:8654
asn1::rrc::sib_guardband_guardband_tdd_nb_r15_s::sib_guardband_guardband_location_r15_opts::opposite
@ opposite
Definition: rrc_nbiot.h:1772
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n32
@ n32
Definition: rrc_nbiot.h:2460
asn1::rrc::dl_dcch_msg_type_nb_c::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:15203
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19681
asn1::rrc::sib_type14_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:9935
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4570
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:3691
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts
Definition: rrc_nbiot.h:2556
asn1::rrc::wus_cfg_per_carrier_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6925
asn1::rrc::rrc_conn_setup_complete_nb_v1430_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17275
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::number_type
float number_type
Definition: rrc_nbiot.h:5330
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_opts::db25
@ db25
Definition: rrc_nbiot.h:3345
asn1::rrc::pcch_msg_type_nb_c::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15993
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf8192
uint16_t & set_sf8192()
Definition: rrc_nbiot.cc:9225
asn1::rrc::nprach_cfg_sib_nb_v1530_s::edt_params_r15_s_
Definition: rrc_nbiot.h:3507
asn1::rrc::ul_ccch_msg_type_nb_c::types_opts::msg_class_ext
@ msg_class_ext
Definition: rrc_nbiot.h:8907
asn1::rrc::inband_same_pci_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3663
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::q_offset_freq_r13_present
bool q_offset_freq_r13_present
Definition: rrc_nbiot.h:3357
asn1::rrc::sched_request_cfg_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3217
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:10592
asn1::rrc::pcch_msg_type_nb_c::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:15999
asn1::rrc::ab_cfg_plmn_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:72
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::value
enum asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::options value
asn1::rrc::sib_guardband_anchor_tdd_nb_r15_s::spare
fixed_bitstring< 1 > spare
Definition: rrc_nbiot.h:1761
asn1::rrc::sib_type14_nb_r13_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:4692
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::number_type
float number_type
Definition: rrc_nbiot.h:3667
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:18364
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::operator=
c1_c_ & operator=(const c1_c_ &other)
Definition: rrc_nbiot.cc:12238
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::set_explicit_gap_cfg_r14
dl_gap_cfg_nb_r13_s & set_explicit_gap_cfg_r14()
Definition: rrc_nbiot.cc:6435
asn1::enumerated< ab_category_r13_opts >
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::type
types type() const
Definition: rrc_nbiot.h:4777
asn1::rrc::rach_info_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6099
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::three_eighth
@ three_eighth
Definition: rrc_nbiot.h:2724
asn1::rrc::dl_info_transfer_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:6091
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n0
@ n0
Definition: rrc_nbiot.h:2665
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::options
options
Definition: rrc_nbiot.h:2396
asn1::rrc::cqi_npdcch_nb_r14_opts::candidate_rep_b
@ candidate_rep_b
Definition: rrc_nbiot.h:7249
asn1::rrc::wus_cfg_nb_r15_s::num_pos_r15_e_
enumerated< num_pos_r15_opts > num_pos_r15_e_
Definition: rrc_nbiot.h:3859
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:2482
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::sib14_r13
@ sib14_r13
Definition: rrc_nbiot.h:5049
asn1::rrc::rrc_conn_recfg_nb_r13_ies_s
Definition: rrc_nbiot.h:6102
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::types_opts::explicit_gap_cfg_r14
@ explicit_gap_cfg_r14
Definition: rrc_nbiot.h:2922
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::operator=
sc_mcch_carrier_cfg_r14_c_ & operator=(const sc_mcch_carrier_cfg_r14_c_ &other)
Definition: rrc_nbiot.cc:10493
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3856
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v4
@ v4
Definition: rrc_nbiot.h:2548
asn1::rrc::sc_mcch_msg_type_nb_c::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18454
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:7230
asn1::rrc::dl_dcch_msg_type_nb_c::type
types type() const
Definition: rrc_nbiot.h:6663
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::types_opts::value
enum asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::types_opts::options value
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v0
@ v0
Definition: rrc_nbiot.h:123
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:19979
asn1::rrc::npdsch_cfg_common_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:7386
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16153
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9858
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_present
bool nprach_start_time_r14_present
Definition: rrc_nbiot.h:2425
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::set_ab_per_plmn_list_r13
ab_per_plmn_list_r13_l_ & set_ab_per_plmn_list_r13()
Definition: rrc_nbiot.cc:10084
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::sf6144
@ sf6144
Definition: rrc_nbiot.h:833
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_opts::sf1280
@ sf1280
Definition: rrc_nbiot.h:1286
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:18322
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:7048
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::db0
@ db0
Definition: rrc_nbiot.h:478
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::spare
@ spare
Definition: rrc_nbiot.h:782
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::pp32
@ pp32
Definition: rrc_nbiot.h:1216
asn1::rrc::sib_type_nb_v1530_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2115
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_
Definition: rrc_nbiot.h:4918
asn1::rrc::nprach_params_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:5140
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::v64
@ v64
Definition: rrc_nbiot.h:942
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf128
@ sf128
Definition: rrc_nbiot.h:7833
asn1::rrc::npusch_cfg_common_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:7802
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:16884
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_carrier_freq_r14
carrier_freq_nb_r13_s dl_carrier_freq_r14
Definition: rrc_nbiot.h:3046
asn1::rrc::ul_am_rlc_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:484
asn1::rrc::sched_info_nb_r13_s::si_tb_r13
si_tb_r13_e_ si_tb_r13
Definition: rrc_nbiot.h:4606
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf10
@ sf10
Definition: rrc_nbiot.h:4129
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::r64
@ r64
Definition: rrc_nbiot.h:923
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:14579
asn1::rrc::release_cause_nb_r13_opts
Definition: rrc_nbiot.h:6081
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:17692
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_e_
enumerated< sc_mcch_mod_period_r14_opts > sc_mcch_mod_period_r14_e_
Definition: rrc_nbiot.h:4844
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::set_rrc_conn_recfg_r13
rrc_conn_recfg_nb_r13_ies_s & set_rrc_conn_recfg_r13()
Definition: rrc_nbiot.cc:14340
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::spare4
@ spare4
Definition: rrc_nbiot.h:2383
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::sf5120
@ sf5120
Definition: rrc_nbiot.h:1029
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15
nprach_num_cbra_start_subcarriers_r15_e_ nprach_num_cbra_start_subcarriers_r15
Definition: rrc_nbiot.h:2612
asn1::rrc::phys_cfg_ded_nb_r13_s::npdcch_cfg_ded_r13_present
bool npdcch_cfg_ded_r13_present
Definition: rrc_nbiot.h:1323
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:5865
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::establishment_cause_r15_opts::spare1
@ spare1
Definition: rrc_nbiot.h:7740
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::value
enum asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::options value
asn1::rrc::rrc_conn_reest_complete_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:7188
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:1518
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:6322
asn1::rrc::sib_type14_nb_r13_s
Definition: rrc_nbiot.h:4628
asn1::rrc::supported_band_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15260
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::types_opts::nprach_fmt2_r15
@ nprach_fmt2_r15
Definition: rrc_nbiot.h:656
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13
si_periodicity_r13_e_ si_periodicity_r13
Definition: rrc_nbiot.h:4603
asn1::rrc::dl_gap_cfg_nb_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:448
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::set_release
void set_release()
Definition: rrc_nbiot.cc:2179
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db3
@ db3
Definition: rrc_nbiot.h:5510
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4111
asn1::rrc::cqi_npdcch_nb_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7260
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n8
@ n8
Definition: rrc_nbiot.h:2414
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_e_
enumerated< drx_inactivity_timer_r13_opts > drx_inactivity_timer_r13_e_
Definition: rrc_nbiot.h:796
asn1::rrc::sched_info_nb_v1530_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6188
asn1::rrc::wus_cfg_per_carrier_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6937
asn1::rrc::sr_nprach_res_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:1370
asn1::rrc::rach_info_nb_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6143
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::sib22_v1430
sib_type22_nb_r14_s & sib22_v1430()
Definition: rrc_nbiot.h:5116
asn1::rrc::intra_freq_cell_resel_info_nb_v1350_s::delta_rx_lev_min_v1350
int8_t delta_rx_lev_min_v1350
Definition: rrc_nbiot.h:3970
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:4119
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530_opts::ms120000
@ ms120000
Definition: rrc_nbiot.h:4476
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::types_opts::not_used
@ not_used
Definition: rrc_nbiot.h:555
asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_::type
types type() const
Definition: rrc_nbiot.h:8226
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::options
options
Definition: rrc_nbiot.h:3461
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::ms32
@ ms32
Definition: rrc_nbiot.h:2337
asn1::rrc::ul_pwr_ctrl_ded_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:2479
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_thres_r13_e_
enumerated< dl_gap_thres_r13_opts > dl_gap_thres_r13_e_
Definition: rrc_nbiot.h:246
asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15_opts::options
options
Definition: rrc_nbiot.h:3869
asn1::rrc::bcch_dl_sch_msg_type_nb_c::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:5439
asn1::rrc::nprach_params_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:5090
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::set_rrc_early_data_complete_r15
rrc_early_data_complete_nb_r15_s & set_rrc_early_data_complete_r15()
Definition: rrc_nbiot.cc:13467
asn1::rrc::rrc_conn_reject_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12561
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::types_opts::use_anchor_bitmap_r14
@ use_anchor_bitmap_r14
Definition: rrc_nbiot.h:2888
asn1::rrc::sib_type14_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:9992
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13
t310_r13_e_ t310_r13
Definition: rrc_nbiot.h:4512
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::n20
@ n20
Definition: rrc_nbiot.h:4444
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:931
asn1::rrc::dl_dcch_msg_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15223
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::set_ue_cap_info_r13
ue_cap_info_nb_r13_ies_s & set_ue_cap_info_r13()
Definition: rrc_nbiot.cc:19235
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf512
@ rf512
Definition: rrc_nbiot.h:4824
asn1::rrc::nprach_cfg_sib_nb_v1530_s::fmt2_params_r15_s_::nprach_params_list_fmt2_edt_r15
nprach_params_list_fmt2_nb_r15_l nprach_params_list_fmt2_edt_r15
Definition: rrc_nbiot.h:3505
asn1::rrc::drb_to_add_mod_nb_r13_s::lc_ch_cfg_r13
lc_ch_cfg_nb_r13_s lc_ch_cfg_r13
Definition: rrc_nbiot.h:767
asn1::rrc::ab_cfg_nb_r13_s::ab_barr_bitmap_r13
fixed_bitstring< 10 > ab_barr_bitmap_r13
Definition: rrc_nbiot.h:66
asn1::rrc::ue_cap_enquiry_nb_s
Definition: rrc_nbiot.h:6466
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts
Definition: rrc_nbiot.h:3674
asn1::rrc::paging_weight_nb_r14_opts::w5
@ w5
Definition: rrc_nbiot.h:2805
asn1::rrc::standalone_tdd_nb_r15_s::sib_standalone_location_r15_opts::value
enum asn1::rrc::standalone_tdd_nb_r15_s::sib_standalone_location_r15_opts::options value
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1810
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::sib23_v1530
@ sib23_v1530
Definition: rrc_nbiot.h:5055
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4036
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:5322
asn1::rrc::ue_cap_enquiry_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14074
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::pp16
@ pp16
Definition: rrc_nbiot.h:790
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::type_
types type_
Definition: rrc_nbiot.h:9146
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::types_opts::value
enum asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::types_opts::options value
asn1::rrc::plmn_id_info_nb_r13_s::cell_reserved_for_oper_r13_opts::reserved
@ reserved
Definition: rrc_nbiot.h:4558
asn1::rrc::sib_type_nb_v1530_opts::value
enum asn1::rrc::sib_type_nb_v1530_opts::options value
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_e_
enumerated< ce_authorisation_offset_r14_opts > ce_authorisation_offset_r14_e_
Definition: rrc_nbiot.h:4005
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:933
asn1::rrc::nprach_params_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:5190
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s::redirected_carrier_info_ext_r15_present
bool redirected_carrier_info_ext_r15_present
Definition: rrc_nbiot.h:5598
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:6470
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:19434
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::types_opts::value
enum asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::types_opts::options value
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::types_opts::explicit_value
@ explicit_value
Definition: rrc_nbiot.h:1109
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::t2
@ t2
Definition: rrc_nbiot.h:298
asn1::rrc::sib_type16_nb_r13_s
sib_type16_r11_s sib_type16_nb_r13_s
Definition: bcch_msg.h:4405
asn1::rrc::sib_type1_nb_v1450_s::non_crit_ext
sib_type1_nb_v1530_s non_crit_ext
Definition: rrc_nbiot.h:4399
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf1024
uint16_t & set_sf1024()
Definition: rrc_nbiot.cc:17888
asn1::rrc::ul_ref_sigs_npusch_nb_r13_s::group_hop_enabled_r13
bool group_hop_enabled_r13
Definition: rrc_nbiot.h:3279
asn1::rrc::dl_dcch_msg_nb_s
Definition: rrc_nbiot.h:6687
asn1::rrc::sib_type4_nb_r13_s::intra_freq_neigh_cell_list_v1530
copy_ptr< intra_freq_neigh_cell_list_nb_v1530_l > intra_freq_neigh_cell_list_v1530
Definition: rrc_nbiot.h:5005
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf320
uint16_t & set_sf320()
Definition: rrc_nbiot.cc:9195
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf2048
@ sf2048
Definition: rrc_nbiot.h:4142
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::n16
@ n16
Definition: rrc_nbiot.h:2785
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::different_pci_r13_s_::eutra_num_crs_ports_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:406
asn1::rrc::sib_type22_nb_r14_s::ul_cfg_list_r14
ul_cfg_common_list_nb_r14_l ul_cfg_list_r14
Definition: rrc_nbiot.h:4884
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13076
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus90
@ dbm_minus90
Definition: rrc_nbiot.h:3192
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day24
@ day24
Definition: rrc_nbiot.h:6865
asn1::rrc::tdd_ue_cap_nb_r15_s
Definition: rrc_nbiot.h:8309
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1530_opts::ms160000
@ ms160000
Definition: rrc_nbiot.h:4492
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:7977
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::r32
@ r32
Definition: rrc_nbiot.h:318
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::sib_eutra_num_crs_ports_r15_opts::same
@ same
Definition: rrc_nbiot.h:1790
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::n12
@ n12
Definition: rrc_nbiot.h:2345
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_carrier_idx_r14_present
bool npdcch_carrier_idx_r14_present
Definition: rrc_nbiot.h:2433
asn1::rrc::sib_type1_nb_v1450_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:4397
asn1::rrc::ue_cap_nb_r13_s
Definition: rrc_nbiot.h:6888
asn1::rrc::rrc_early_data_request_nb_v1590_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:7728
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_e_
enumerated< nprach_start_time_r13_opts > nprach_start_time_r13_e_
Definition: rrc_nbiot.h:2220
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:1491
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:8599
asn1::rrc::rrc_conn_resume_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:6146
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::delta_preamb_msg3_r13
int8_t delta_preamb_msg3_r13
Definition: rrc_nbiot.h:3842
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::r2048
@ r2048
Definition: rrc_nbiot.h:2382
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:8594
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19957
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::number_type
uint32_t number_type
Definition: rrc_nbiot.h:4839
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::number_type
int8_t number_type
Definition: rrc_nbiot.h:479
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts
Definition: rrc_nbiot.h:2521
asn1::rrc::plmn_id_info_nb_r13_s::cell_reserved_for_oper_r13_opts::value
enum asn1::rrc::plmn_id_info_nb_r13_s::cell_reserved_for_oper_r13_opts::options value
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_e_
enumerated< npdcch_start_sf_css_ra_r14_opts > npdcch_start_sf_css_ra_r14_e_
Definition: rrc_nbiot.h:2403
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_e_
enumerated< max_num_preamb_attempt_ce_r13_opts > max_num_preamb_attempt_ce_r13_e_
Definition: rrc_nbiot.h:2253
asn1::rrc::sc_mtch_sched_info_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17666
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13_opts::n1
@ n1
Definition: rrc_nbiot.h:5303
asn1::rrc::rrc_conn_request_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:7489
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:16832
asn1::rrc::sib_type3_nb_r13_s::intra_freq_cell_resel_info_r13_s_::p_max_r13
int8_t p_max_r13
Definition: rrc_nbiot.h:4957
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_present
bool ue_inactive_time_present
Definition: rrc_nbiot.h:6877
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::types_opts::ue_radio_access_cap_info_r13
@ ue_radio_access_cap_info_r13
Definition: rrc_nbiot.h:8668
asn1::rrc::periodic_bsr_timer_nb_r13_opts::pp64
@ pp64
Definition: rrc_nbiot.h:1007
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::~c1_c_
~c1_c_()
Definition: rrc_nbiot.h:5396
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2329
asn1::rrc::ul_ccch_msg_type_nb_c::type_
types type_
Definition: rrc_nbiot.h:8937
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::n10
@ n10
Definition: rrc_nbiot.h:3461
asn1::rrc::dl_am_rlc_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:219
asn1::rrc::ul_dcch_msg_type_nb_c::types_opts::c1
@ c1
Definition: rrc_nbiot.h:9160
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::value
enum asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::options value
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus104
@ dbm_minus104
Definition: rrc_nbiot.h:3185
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_e_
enumerated< npdcch_start_sf_css_ra_r15_opts > npdcch_start_sf_css_ra_r15_e_
Definition: rrc_nbiot.h:2555
asn1::rrc::rrc_conn_release_nb_v1530_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13725
asn1::rrc::pcch_msg_type_nb_c::c1_c_::paging_r13
paging_nb_s & paging_r13()
Definition: rrc_nbiot.h:7052
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later
later_c_ & later()
Definition: rrc_nbiot.h:7384
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_reest_r13
@ rrc_conn_reest_r13
Definition: rrc_nbiot.h:5883
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_opts::pp1
@ pp1
Definition: rrc_nbiot.h:2824
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf2048
uint16_t & sf2048()
Definition: rrc_nbiot.h:4230
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_opts::n12
@ n12
Definition: rrc_nbiot.h:2353
asn1::rrc::pci_arfcn_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16057
asn1::rrc::nprach_cfg_sib_nb_v1450_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:7490
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::eutra_ctrl_region_size_r13_opts::n3
@ n3
Definition: rrc_nbiot.h:464
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:7534
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_num_occ_diff_precoders_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2136
asn1::rrc::ue_cap_info_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19208
asn1::rrc::nprach_params_nb_v1330_s
Definition: rrc_nbiot.h:2458
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:5600
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db0
@ db0
Definition: rrc_nbiot.h:4373
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms320
@ ms320
Definition: rrc_nbiot.h:2481
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::rf32
@ rf32
Definition: rrc_nbiot.h:4812
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::rrc_early_data_complete_r15
rrc_early_data_complete_nb_r15_ies_s & rrc_early_data_complete_r15()
Definition: rrc_nbiot.h:5851
asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8473
asn1::rrc::carrier_freq_nb_v1550_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:195
asn1::rrc::rrc_early_data_request_nb_v1590_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17465
asn1::rrc::sib_type2_nb_r13_s::freq_info_v1530
copy_ptr< freq_info_v1530_s_ > freq_info_v1530
Definition: rrc_nbiot.h:4753
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_e_
enumerated< nprach_start_time_r14_opts > nprach_start_time_r14_e_
Definition: rrc_nbiot.h:2343
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n36
@ n36
Definition: rrc_nbiot.h:2733
asn1::rrc::rrc_conn_release_nb_v1550_ies_s::non_crit_ext
rrc_conn_release_nb_v15b0_ies_s non_crit_ext
Definition: rrc_nbiot.h:6043
asn1::rrc::rrc_conn_release_nb_v15b0_ies_s
Definition: rrc_nbiot.h:6025
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:17687
asn1::rrc::npusch_cfg_common_nb_r13_s::dmrs_cfg_r13_s_::three_tone_base_seq_r13
uint8_t three_tone_base_seq_r13
Definition: rrc_nbiot.h:3616
asn1::rrc::ch_raster_offset_nb_r13_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:3588
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:6513
asn1::rrc::cqi_npdcch_nb_r14_opts::candidate_rep_l
@ candidate_rep_l
Definition: rrc_nbiot.h:7259
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::n8
@ n8
Definition: rrc_nbiot.h:2785
asn1::rrc::sched_request_cfg_nb_r15_s::sr_without_harq_ack_cfg_r15_present
bool sr_without_harq_ack_cfg_r15_present
Definition: rrc_nbiot.h:1471
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_sched_info_r14_present
bool sc_mcch_sched_info_r14_present
Definition: rrc_nbiot.h:4848
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5883
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:528
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:17139
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r256
@ r256
Definition: rrc_nbiot.h:2699
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::types_opts::options
options
Definition: rrc_nbiot.h:7202
asn1::rrc::access_stratum_release_nb_r13_opts::rel14
@ rel14
Definition: rrc_nbiot.h:6712
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::sib_type1_r13
sib_type1_nb_s & sib_type1_r13()
Definition: rrc_nbiot.h:5408
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:8556
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::types_opts::options
options
Definition: rrc_nbiot.h:555
asn1::rrc::pcch_msg_type_nb_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15963
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::spare3
@ spare3
Definition: rrc_nbiot.h:838
asn1::rrc::rach_cfg_common_nb_r13_s::pwr_ramp_params_r13
pwr_ramp_params_s pwr_ramp_params_r13
Definition: rrc_nbiot.h:3717
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:8751
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::set_use_anchor_gap_cfg_r13
void set_use_anchor_gap_cfg_r13()
Definition: rrc_nbiot.cc:770
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::sib_guardbandinband_diff_pci_r15
sib_guardband_inband_diff_pci_tdd_nb_r15_s & sib_guardbandinband_diff_pci_r15()
Definition: rrc_nbiot.h:1859
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::v1dot5
@ v1dot5
Definition: rrc_nbiot.h:4036
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::operator=
crit_exts_c_ & operator=(const crit_exts_c_ &other)
Definition: rrc_nbiot.cc:16586
asn1::rrc::redirected_carrier_info_nb_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12450
asn1::rrc::sib_type14_nb_r13_s::ab_per_nrsrp_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4679
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::value
enum asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::options value
asn1::rrc::standalone_tdd_nb_r15_s
Definition: rrc_nbiot.h:1968
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms640
@ ms640
Definition: rrc_nbiot.h:2631
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::infinity
@ infinity
Definition: rrc_nbiot.h:528
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19384
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4476
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_long_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8495
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:8751
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr2
@ hr2
Definition: rrc_nbiot.h:6842
asn1::rrc::ul_cfg_common_nb_r14_s::ul_carrier_freq_r14
carrier_freq_nb_r13_s ul_carrier_freq_r14
Definition: rrc_nbiot.h:3786
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_present
bool nrs_pwr_offset_non_anchor_r14_present
Definition: rrc_nbiot.h:3045
asn1::rrc::tdd_ul_dl_align_offset_nb_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:460
asn1::rrc::sys_info_nb_s::crit_exts_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:5238
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:8385
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::pp32
@ pp32
Definition: rrc_nbiot.h:2845
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s::redirected_carrier_info_r15
redirected_carrier_info_nb_r13_s redirected_carrier_info_r15
Definition: rrc_nbiot.h:5602
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db25
@ db25
Definition: rrc_nbiot.h:3942
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::value
enum asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::options value
asn1::rrc::plmn_id_info_nb_r13_s::attach_without_pdn_connect_r13_present
bool attach_without_pdn_connect_r13_present
Definition: rrc_nbiot.h:4565
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:14740
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::value
enum asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::options value
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup
setup_s_ & setup()
Definition: rrc_nbiot.h:1237
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp64
@ pp64
Definition: rrc_nbiot.h:861
asn1::rrc::rrc_conn_resume_request_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17131
asn1::rrc::dl_ccch_msg_type_nb_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13308
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_e_
enumerated< nprach_subcarrier_offset_r14_opts > nprach_subcarrier_offset_r14_e_
Definition: rrc_nbiot.h:2351
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:2389
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_
Definition: rrc_nbiot.h:398
asn1::rrc::ul_dcch_msg_type_nb_c::type
types type() const
Definition: rrc_nbiot.h:9171
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::r64
@ r64
Definition: rrc_nbiot.h:2270
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::ms500
@ ms500
Definition: rrc_nbiot.h:1358
asn1::rrc::rrc_conn_setup_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:5583
asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15_opts::ms240
@ ms240
Definition: rrc_nbiot.h:3869
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:4152
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::type
types type() const
Definition: rrc_nbiot.h:564
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::establishment_cause_r15_opts::value
enum asn1::rrc::rrc_early_data_request_nb_r15_ies_s::establishment_cause_r15_opts::options value
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::set_spare3
void set_spare3()
Definition: rrc_nbiot.cc:19907
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::db_minus4
@ db_minus4
Definition: rrc_nbiot.h:3034
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db8
@ db8
Definition: rrc_nbiot.h:5514
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:10586
asn1::rrc::lc_ch_cfg_nb_r13_s
Definition: rrc_nbiot.h:511
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:20785
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::three_eighth
@ three_eighth
Definition: rrc_nbiot.h:8158
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts::min120
@ min120
Definition: rrc_nbiot.h:5533
asn1::rrc::ue_cap_nb_v14x0_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:8375
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:6552
asn1::rrc::bcch_cfg_nb_r13_s::mod_period_coeff_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:6969
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::types_opts::spare2
@ spare2
Definition: rrc_nbiot.h:8668
asn1::rrc::rrc_conn_release_nb_s::rrc_transaction_id
uint8_t rrc_transaction_id
Definition: rrc_nbiot.h:6382
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::c
choice_buffer_t< rrc_conn_reest_nb_s, rrc_conn_reest_reject_s, rrc_conn_reject_nb_s, rrc_conn_setup_nb_s, rrc_early_data_complete_nb_r15_s > c
Definition: rrc_nbiot.h:5975
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::b1000
@ b1000
Definition: rrc_nbiot.h:2161
asn1::rrc::rrc_conn_reject_nb_r13_ies_s::extended_wait_time_r13
uint16_t extended_wait_time_r13
Definition: rrc_nbiot.h:5571
asn1::rrc::rlc_cfg_nb_r13_c::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1322
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:15380
asn1::rrc::rrc_early_data_complete_nb_r15_s
Definition: rrc_nbiot.h:5834
asn1::rrc::rrc_conn_resume_request_nb_r13_ies_s::spare
fixed_bitstring< 4 > spare
Definition: rrc_nbiot.h:7579
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::set_release
void set_release()
Definition: rrc_nbiot.cc:2644
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_present
bool nprach_subcarrier_msg3_range_start_r15_present
Definition: rrc_nbiot.h:2598
asn1::rrc::reest_info_nb_s::add_reestab_info_list_r13_present
bool add_reestab_info_list_r13_present
Definition: rrc_nbiot.h:1563
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_e_
enumerated< pwr_class14dbm_offset_r14_opts > pwr_class14dbm_offset_r14_e_
Definition: rrc_nbiot.h:3343
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::pp1
@ pp1
Definition: rrc_nbiot.h:800
asn1::rrc::inband_different_pci_nb_r13_s::eutra_num_crs_ports_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:1617
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v_minus8
@ v_minus8
Definition: rrc_nbiot.h:114
asn1::rrc::sched_request_cfg_nb_r15_s::sr_without_harq_ack_cfg_r15
sr_without_harq_ack_cfg_nb_r15_c sr_without_harq_ack_cfg_r15
Definition: rrc_nbiot.h:1473
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts
Definition: rrc_nbiot.h:7816
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf320
uint16_t & set_sf320()
Definition: rrc_nbiot.cc:17873
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::r8
@ r8
Definition: rrc_nbiot.h:8123
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:9651
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::types_opts::options
options
Definition: rrc_nbiot.h:1659
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_
Definition: rrc_nbiot.h:7328
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:8730
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_opts::to_number
uint32_t to_number() const
Definition: rrc_nbiot.cc:9717
asn1::rrc::rrc_early_data_complete_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13189
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:16140
asn1::rrc::ue_cap_nb_v1530_ies_s::tdd_ue_cap_r15
tdd_ue_cap_nb_r15_s tdd_ue_cap_r15
Definition: rrc_nbiot.h:8355
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min2
@ min2
Definition: rrc_nbiot.h:6819
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_thirteenth
@ one_thirteenth
Definition: rrc_nbiot.h:3551
asn1::rrc::rr_cfg_ded_nb_r13_s::drb_to_add_mod_list_r13
drb_to_add_mod_list_nb_r13_l drb_to_add_mod_list_r13
Definition: rrc_nbiot.h:1528
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::types_opts::guardband_r13
@ guardband_r13
Definition: rrc_nbiot.h:1659
asn1::rrc::as_cfg_nb_s::source_ue_id_r13
fixed_bitstring< 16 > source_ue_id_r13
Definition: rrc_nbiot.h:1548
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:13018
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::options
options
Definition: rrc_nbiot.h:7809
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14
on_dur_timer_scptm_r14_e_ on_dur_timer_scptm_r14
Definition: rrc_nbiot.h:4351
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db2
@ db2
Definition: rrc_nbiot.h:5509
asn1::rrc::sib_type3_nb_r13_s::intra_freq_cell_resel_info_r13_s_
Definition: rrc_nbiot.h:4952
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_e_
enumerated< srs_sf_cfg_r13_opts > srs_sf_cfg_r13_e_
Definition: rrc_nbiot.h:3611
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::same_pci_r13_s_
Definition: rrc_nbiot.h:400
asn1::rrc::rrc_conn_resume_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:6145
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::to_number
int8_t to_number() const
Definition: rrc_nbiot.cc:8686
asn1::rrc::tdd_ue_cap_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18681
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::n4
@ n4
Definition: rrc_nbiot.h:2255
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf160
uint8_t & sf160()
Definition: rrc_nbiot.h:7898
asn1::rrc::rlc_params_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18725
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:5805
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf32768
@ rf32768
Definition: rrc_nbiot.h:4830
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1530_opts::options
options
Definition: rrc_nbiot.h:4492
asn1::rrc::rrc_conn_resume_nb_r13_ies_s::rr_cfg_ded_r13_present
bool rr_cfg_ded_r13_present
Definition: rrc_nbiot.h:6143
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:1375
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::types_opts::rrc_early_data_request_r15
@ rrc_early_data_request_r15
Definition: rrc_nbiot.h:7765
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530_opts::number_type
uint32_t number_type
Definition: rrc_nbiot.h:1399
asn1::rrc::rrc_conn_resume_request_nb_r13_ies_s::short_resume_mac_i_r13
fixed_bitstring< 16 > short_resume_mac_i_r13
Definition: rrc_nbiot.h:7575
asn1::rrc::nprach_params_tdd_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:5784
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:10144
asn1::rrc::sc_mcch_msg_type_nb_c::set_msg_class_ext
void set_msg_class_ext()
Definition: rrc_nbiot.cc:18450
asn1::rrc::guardband_tdd_nb_r15_s::eutra_bandwitdh_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:1901
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::types_opts::crit_exts_future
@ crit_exts_future
Definition: rrc_nbiot.h:7131
asn1::rrc::retx_bsr_timer_nb_r13_opts::pp64
@ pp64
Definition: rrc_nbiot.h:1017
asn1::rrc::rrc_conn_resume_complete_nb_v1470_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16902
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6894
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::spare5
@ spare5
Definition: rrc_nbiot.h:9025
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::rf2048
@ rf2048
Definition: rrc_nbiot.h:4812
asn1::rrc::sib_type2_nb_r13_s::serving_cell_meas_info_r14_present
bool serving_cell_meas_info_r14_present
Definition: rrc_nbiot.h:4747
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::ms200
@ ms200
Definition: rrc_nbiot.h:4436
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r64
@ r64
Definition: rrc_nbiot.h:2529
asn1::rrc::ue_radio_paging_info_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:8449
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:12900
asn1::rrc::bcch_dl_sch_msg_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12355
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15
special_sf_patterns_r15_e_ special_sf_patterns_r15
Definition: rrc_nbiot.h:3269
asn1::rrc::rrc_conn_resume_request_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17106
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db6
@ db6
Definition: rrc_nbiot.h:5513
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:8792
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:7670
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::ms40
@ ms40
Definition: rrc_nbiot.h:2206
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8440
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:7129
asn1::rrc::as_context_nb_s::ext
bool ext
Definition: rrc_nbiot.h:1577
asn1::rrc::retx_bsr_timer_nb_r13_opts::to_number
int16_t to_number() const
Definition: rrc_nbiot.cc:2090
asn1::rrc::establishment_cause_nb_r13_opts::spare2
@ spare2
Definition: rrc_nbiot.h:7427
asn1::rrc::paging_nb_s
Definition: rrc_nbiot.h:7023
asn1::rrc::multi_band_info_nb_r13_s
Definition: rrc_nbiot.h:2191
asn1::rrc::pdcp_params_nb_r13_s::supported_rohc_profiles_r13_s_::profile0x0003
bool profile0x0003
Definition: rrc_nbiot.h:6736
asn1::rrc::ue_cap_enquiry_nb_r13_ies_s
Definition: rrc_nbiot.h:6158
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::al09
@ al09
Definition: rrc_nbiot.h:3830
asn1::rrc::ul_dcch_msg_type_nb_c::types_opts::options
options
Definition: rrc_nbiot.h:9160
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::value
enum asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::options value
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13
srs_sf_cfg_r13_e_ srs_sf_cfg_r13
Definition: rrc_nbiot.h:3627
asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13_opts
Definition: rrc_nbiot.h:4585
asn1::rrc::rach_info_nb_r13_s
Definition: rrc_nbiot.h:2814
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n34
@ n34
Definition: rrc_nbiot.h:2460
asn1::rrc::pdcp_params_nb_r13_s
Definition: rrc_nbiot.h:6733
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2280
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::c
ue_radio_paging_info_nb_ies_s c
Definition: rrc_nbiot.h:8785
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::n4
@ n4
Definition: rrc_nbiot.h:4444
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::spare2
@ spare2
Definition: rrc_nbiot.h:2705
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_opts::value
enum asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_opts::options value
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::set_release
void set_release()
Definition: rrc_nbiot.cc:2720
asn1::rrc::rlc_cfg_nb_r13_c::types_opts::value
enum asn1::rrc::rlc_cfg_nb_r13_c::types_opts::options value
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts
Definition: rrc_nbiot.h:3246
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::n10
@ n10
Definition: rrc_nbiot.h:1382
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13_opts::value
enum asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13_opts::options value
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::rf512
@ rf512
Definition: rrc_nbiot.h:4578
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2557
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::value
enum asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::options value
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::spare1
@ spare1
Definition: rrc_nbiot.h:2706
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::r1
@ r1
Definition: rrc_nbiot.h:2264
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc_s_::max_cid_r13
uint16_t max_cid_r13
Definition: rrc_nbiot.h:550
asn1::rrc::guardband_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3600
asn1::rrc::inband_different_pci_nb_r13_s::eutra_num_crs_ports_r13
eutra_num_crs_ports_r13_e_ eutra_num_crs_ports_r13
Definition: rrc_nbiot.h:1625
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::set_dl_info_transfer_r13
dl_info_transfer_nb_s & set_dl_info_transfer_r13()
Definition: rrc_nbiot.cc:15048
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::n4
@ n4
Definition: rrc_nbiot.h:3488
asn1::rrc::sys_info_nb_r13_ies_s
Definition: rrc_nbiot.h:5041
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17292
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7530
asn1::rrc::tdd_ul_dl_align_offset_nb_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:286
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::types_opts::spare3
@ spare3
Definition: rrc_nbiot.h:8754
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::value
enum asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::options value
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1286
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms40
@ ms40
Definition: rrc_nbiot.h:2642
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_e_
enumerated< on_dur_timer_scptm_r14_opts > on_dur_timer_scptm_r14_e_
Definition: rrc_nbiot.h:4117
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2631
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:5058
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:6248
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_e_
enumerated< npdcch_start_sf_css_ra_r13_opts > npdcch_start_sf_css_ra_r13_e_
Definition: rrc_nbiot.h:2296
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15_opts::ms80
@ ms80
Definition: rrc_nbiot.h:3877
asn1::rrc::guardband_tdd_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4074
asn1::rrc::standalone_tdd_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4394
asn1::rrc::cell_sel_info_nb_v1350_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:9769
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts
Definition: rrc_nbiot.h:2369
asn1::rrc::rr_cfg_common_sib_nb_r13_s::ul_pwr_ctrl_common_r13
ul_pwr_ctrl_common_nb_r13_s ul_pwr_ctrl_common_r13
Definition: rrc_nbiot.h:4089
asn1::rrc::dl_dcch_msg_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15231
asn1::rrc::sib_type23_nb_r15_s
Definition: rrc_nbiot.h:4900
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::ssp8
@ ssp8
Definition: rrc_nbiot.h:3256
asn1::rrc::ul_info_transfer_nb_r13_ies_s::ded_info_nas_r13
dyn_octstring ded_info_nas_r13
Definition: rrc_nbiot.h:8955
asn1::rrc::ue_cap_nb_ext_r14_ies_s
Definition: rrc_nbiot.h:8421
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15
npdcch_num_repeats_ra_r15_e_ npdcch_num_repeats_ra_r15
Definition: rrc_nbiot.h:2609
asn1::rrc::t_poll_retx_nb_r13_opts::ms3000
@ ms3000
Definition: rrc_nbiot.h:87
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r512
@ r512
Definition: rrc_nbiot.h:2532
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n34
@ n34
Definition: rrc_nbiot.h:2414
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_opts::sf2560
@ sf2560
Definition: rrc_nbiot.h:1286
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts::min30
@ min30
Definition: rrc_nbiot.h:5533
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::types_opts::spare
@ spare
Definition: rrc_nbiot.h:365
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15
edt_tbs_r15_e_ edt_tbs_r15
Definition: rrc_nbiot.h:2171
asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8462
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::r4
@ r4
Definition: rrc_nbiot.h:318
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_dur_coeff_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:427
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf32
@ sf32
Definition: rrc_nbiot.h:4131
asn1::rrc::mbms_sai_inter_freq_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:7359
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:579
asn1::rrc::ue_radio_access_cap_info_nb_r14_ies_s::ue_radio_access_cap_info_r14
dyn_octstring ue_radio_access_cap_info_r14
Definition: rrc_nbiot.h:8630
asn1::rrc::sc_mtch_info_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18113
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:18189
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:8996
asn1::rrc::ue_cap_nb_r13_s::access_stratum_release_r13
access_stratum_release_nb_r13_e access_stratum_release_r13
Definition: rrc_nbiot.h:6893
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min12
@ min12
Definition: rrc_nbiot.h:6830
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14
drx_inactivity_timer_scptm_r14_e_ drx_inactivity_timer_scptm_r14
Definition: rrc_nbiot.h:8050
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_offset_r14
uint8_t sc_mcch_offset_r14
Definition: rrc_nbiot.h:4853
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::sib_guardband_guardband_r15
sib_guardband_guardband_tdd_nb_r15_s & sib_guardband_guardband_r15()
Definition: rrc_nbiot.h:1849
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr4
@ hr4
Definition: rrc_nbiot.h:6846
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::v64
@ v64
Definition: rrc_nbiot.h:4036
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16698
asn1::rrc::wus_cfg_nb_r15_s::num_pos_r15_opts::value
enum asn1::rrc::wus_cfg_nb_r15_s::num_pos_r15_opts::options value
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp0
@ pp0
Definition: rrc_nbiot.h:4119
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n2
@ n2
Definition: rrc_nbiot.h:2665
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:4636
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::type_
types type_
Definition: rrc_nbiot.h:4343
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::spare2
@ spare2
Definition: rrc_nbiot.h:2654
asn1::rrc::ab_cfg_nb_r13_s::ab_category_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:69
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::types_opts::crit_exts_future
@ crit_exts_future
Definition: rrc_nbiot.h:7530
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db5
@ db5
Definition: rrc_nbiot.h:5512
asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550_opts::v7dot5
@ v7dot5
Definition: rrc_nbiot.h:157
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::type_
types type_
Definition: rrc_nbiot.h:8041
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2222
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::ext
bool ext
Definition: rrc_nbiot.h:2423
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::set_rrc_conn_release_r13
rrc_conn_release_nb_r13_ies_s & set_rrc_conn_release_r13()
Definition: rrc_nbiot.cc:14492
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts
Definition: rrc_nbiot.h:4459
asn1::rrc::sib_guardband_anchor_tdd_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3984
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::ms80
@ ms80
Definition: rrc_nbiot.h:2206
asn1::rrc::establishment_cause_nb_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:7428
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::options
options
Definition: rrc_nbiot.h:2214
asn1::rrc::t_poll_retx_nb_r13_opts::ms10000
@ ms10000
Definition: rrc_nbiot.h:90
asn1::rrc::bcch_dl_sch_msg_type_nb_c::types_opts::c1
@ c1
Definition: rrc_nbiot.h:5433
asn1::rrc::sched_request_cfg_nb_r15_s::ext
bool ext
Definition: rrc_nbiot.h:1469
asn1::rrc::ue_radio_paging_info_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19829
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf8192
uint16_t & sf8192()
Definition: rrc_nbiot.h:7938
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::type_
types type_
Definition: rrc_nbiot.h:6350
asn1::rrc::sib_type22_nb_r14_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:4882
asn1::rrc::ue_paging_coverage_info_nb_ies_s
Definition: rrc_nbiot.h:8540
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:2338
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19740
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::quarter_t
@ quarter_t
Definition: rrc_nbiot.h:3653
asn1::rrc::npusch_cfg_ded_nb_r13_s::npusch_all_symbols_r13
bool npusch_all_symbols_r13
Definition: rrc_nbiot.h:997
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp128
@ pp128
Definition: rrc_nbiot.h:865
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:12493
asn1::rrc::npusch_cfg_ded_nb_r13_s::npusch_all_symbols_r13_present
bool npusch_all_symbols_r13_present
Definition: rrc_nbiot.h:994
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n20
@ n20
Definition: rrc_nbiot.h:2460
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15
nprach_num_subcarriers_r15_e_ nprach_num_subcarriers_r15
Definition: rrc_nbiot.h:2607
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::c
choice_buffer_t< guardband_nb_r13_s, inband_different_pci_nb_r13_s, inband_same_pci_nb_r13_s, standalone_nb_r13_s > c
Definition: rrc_nbiot.h:1725
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_e_
enumerated< npdcch_num_repeats_sc_mcch_r14_opts > npdcch_num_repeats_sc_mcch_r14_e_
Definition: rrc_nbiot.h:4034
asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:12074
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::set_rrc_conn_reest_reject_r13
rrc_conn_reest_reject_s & set_rrc_conn_reest_reject_r13()
Definition: rrc_nbiot.cc:13452
asn1::rrc::sib_type1_nb_s::sys_info_value_tag_list_r13
sys_info_value_tag_list_nb_r13_l sys_info_value_tag_list_r13
Definition: rrc_nbiot.h:5370
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::n2
@ n2
Definition: rrc_nbiot.h:2222
asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15_s_::tdd_si_carrier_info_r15_opts::anchor
@ anchor
Definition: rrc_nbiot.h:3756
asn1::rrc::ch_raster_offset_nb_r13_opts::khz7dot5
@ khz7dot5
Definition: rrc_nbiot.h:1593
asn1::rrc::wus_cfg_nb_r15_s::num_pos_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3853
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::sf1280
@ sf1280
Definition: rrc_nbiot.h:1029
asn1::rrc::pcch_msg_type_nb_c::type_
types type_
Definition: rrc_nbiot.h:7089
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::set_rrc_conn_resume_r13
rrc_conn_resume_nb_r13_ies_s & set_rrc_conn_resume_r13()
Definition: rrc_nbiot.cc:14644
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:4453
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_present
bool npdcch_offset_ra_r15_present
Definition: rrc_nbiot.h:2750
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r1024
@ r1024
Definition: rrc_nbiot.h:2701
asn1::rrc::dl_dcch_msg_type_nb_c::type_
types type_
Definition: rrc_nbiot.h:6682
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_opts::pp64
@ pp64
Definition: rrc_nbiot.h:2824
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::types_opts::options
options
Definition: rrc_nbiot.h:7456
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::types_opts::sib_guardbandinband_diff_pci_r15
@ sib_guardbandinband_diff_pci_r15
Definition: rrc_nbiot.h:1825
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::options
options
Definition: rrc_nbiot.h:2255
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:334
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::value
enum asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::options value
asn1::rrc::inband_different_pci_tdd_nb_r15_s::eutra_num_crs_ports_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:4342
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:5688
asn1::rrc::ul_cfg_common_nb_r14_s::ext
bool ext
Definition: rrc_nbiot.h:3784
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:12966
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db4dot23
@ db4dot23
Definition: rrc_nbiot.h:5322
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf128
uint8_t & set_sf128()
Definition: rrc_nbiot.cc:17858
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::ms128
@ ms128
Definition: rrc_nbiot.h:2214
asn1::rrc::ul_ccch_msg_type_nb_c::ul_ccch_msg_type_nb_c
ul_ccch_msg_type_nb_c()=default
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::n3
@ n3
Definition: rrc_nbiot.h:2777
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n96
@ n96
Definition: rrc_nbiot.h:2575
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::rrc_conn_recfg_r13
rrc_conn_recfg_nb_s & rrc_conn_recfg_r13()
Definition: rrc_nbiot.h:6575
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::options
options
Definition: rrc_nbiot.h:2345
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_rrc_conn_recfg_complete_r13
rrc_conn_recfg_complete_nb_s & set_rrc_conn_recfg_complete_r13()
Definition: rrc_nbiot.cc:20656
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n60
@ n60
Definition: rrc_nbiot.h:2571
asn1::rrc::tdd_ul_dl_align_offset_nb_r15_opts::value
enum asn1::rrc::tdd_ul_dl_align_offset_nb_r15_opts::options value
asn1::rrc::reest_cause_nb_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:16446
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:15735
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14
npdcch_offset_ra_r14_e_ npdcch_offset_ra_r14
Definition: rrc_nbiot.h:2441
asn1::rrc::ue_cap_info_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:8481
asn1::rrc::ue_cap_nb_ext_r14_ies_s::mac_params_r14_present
bool mac_params_r14_present
Definition: rrc_nbiot.h:8423
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::pwr_ramp_step_ce1_r14_opts::db2
@ db2
Definition: rrc_nbiot.h:3163
asn1::rrc::sib_type2_nb_r13_s::ue_timers_and_consts_r13
ue_timers_and_consts_nb_r13_s ue_timers_and_consts_r13
Definition: rrc_nbiot.h:4738
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450
preamb_init_rx_target_pwr_v1450_e_ preamb_init_rx_target_pwr_v1450
Definition: rrc_nbiot.h:3215
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2361
asn1::rrc::rrc_conn_reest_nb_s::rrc_transaction_id
uint8_t rrc_transaction_id
Definition: rrc_nbiot.h:5677
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::r512
@ r512
Definition: rrc_nbiot.h:8129
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12775
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:20230
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1497
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:5658
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::ue_radio_access_cap_info_r13
ue_radio_access_cap_info_nb_ies_s & ue_radio_access_cap_info_r13()
Definition: rrc_nbiot.h:8682
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n48
@ n48
Definition: rrc_nbiot.h:2460
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::c
setup_s_ c
Definition: rrc_nbiot.h:1283
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::~sc_mcch_carrier_cfg_r14_c_
~sc_mcch_carrier_cfg_r14_c_()
Definition: rrc_nbiot.h:4775
asn1::rrc::multi_band_info_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4872
asn1::rrc::rlc_params_nb_r15_s
Definition: rrc_nbiot.h:8337
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4436
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_present
bool nprach_start_time_r15_present
Definition: rrc_nbiot.h:2595
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_
Definition: rrc_nbiot.h:363
asn1::rrc::inband_different_pci_nb_r13_s::eutra_num_crs_ports_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:3653
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::~c1_c_
~c1_c_()
Definition: rrc_nbiot.h:9041
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::types_opts::use_anchor_gap_cfg_r13
@ use_anchor_gap_cfg_r13
Definition: rrc_nbiot.h:365
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::type
types type() const
Definition: rrc_nbiot.h:6479
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::c
rrc_conn_reest_request_nb_r14_ies_s c
Definition: rrc_nbiot.h:7359
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_sched_info_r14
sc_mcch_sched_info_nb_r14_s sc_mcch_sched_info_r14
Definition: rrc_nbiot.h:4855
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::setup_s_
Definition: rrc_nbiot.h:1071
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:662
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r2
@ r2
Definition: rrc_nbiot.h:2692
asn1::rrc::bcch_dl_sch_msg_type_nb_c::types_opts
Definition: rrc_nbiot.h:5432
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:6245
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min4
@ min4
Definition: rrc_nbiot.h:6823
asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9869
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14136
asn1::rrc::reestab_ue_id_cp_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16435
asn1::rrc::pcch_msg_type_nb_c::types_opts::value
enum asn1::rrc::pcch_msg_type_nb_c::types_opts::options value
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_e_
enumerated< n311_r13_opts > n311_r13_e_
Definition: rrc_nbiot.h:1388
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::options
options
Definition: rrc_nbiot.h:8119
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr16
@ hr16
Definition: rrc_nbiot.h:6852
asn1::rrc::ue_radio_paging_info_nb_r13_s::multi_carrier_paging_tdd_r15_present
bool multi_carrier_paging_tdd_r15_present
Definition: rrc_nbiot.h:8458
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::ms15000
@ ms15000
Definition: rrc_nbiot.h:4452
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::pp1
@ pp1
Definition: rrc_nbiot.h:782
asn1::rrc::ul_cfg_common_tdd_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8340
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::types_opts::inband_different_pci_r15
@ inband_different_pci_r15
Definition: rrc_nbiot.h:1990
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::r2
@ r2
Definition: rrc_nbiot.h:2265
asn1::rrc::mib_nb_s::spare
fixed_bitstring< 10 > spare
Definition: rrc_nbiot.h:1738
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:11106
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types
enumerated< types_opts, true, 4 > types
Definition: rrc_nbiot.h:5063
asn1::rrc::ue_radio_access_cap_info_nb_v1380_ies_s
Definition: rrc_nbiot.h:8639
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15086
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6417
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::set_spare3
void set_spare3()
Definition: rrc_nbiot.cc:15744
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:5890
asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15
num_drx_cycles_relaxed_r15_e_ num_drx_cycles_relaxed_r15
Definition: rrc_nbiot.h:3899
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_sixteenth
@ one_sixteenth
Definition: rrc_nbiot.h:3548
asn1::rrc::paging_weight_nb_r14_opts::options
options
Definition: rrc_nbiot.h:2805
asn1::rrc::ul_ref_sigs_npusch_nb_r13_s
Definition: rrc_nbiot.h:3278
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13
lc_ch_sr_cfg_r13_c_ lc_ch_sr_cfg_r13
Definition: rrc_nbiot.h:1302
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf128
uint8_t & set_sf128()
Definition: rrc_nbiot.cc:9180
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:11126
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::one32nd_t
@ one32nd_t
Definition: rrc_nbiot.h:3656
asn1::rrc::dl_ccch_msg_type_nb_c::types_opts::msg_class_ext
@ msg_class_ext
Definition: rrc_nbiot.h:5980
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp1
@ pp1
Definition: rrc_nbiot.h:4119
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13
ab_param_r13_c_ ab_param_r13
Definition: rrc_nbiot.h:4691
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_opts::value
enum asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_opts::options value
asn1::rrc::dl_cfg_common_nb_r14_s::dl_carrier_cfg_r14
dl_carrier_cfg_common_nb_r14_s dl_carrier_cfg_r14
Definition: rrc_nbiot.h:3322
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:2399
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::r2
@ r2
Definition: rrc_nbiot.h:3677
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::ul_info_transfer_r13
ul_info_transfer_nb_s & ul_info_transfer_r13()
Definition: rrc_nbiot.h:9078
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6474
asn1::rrc::sched_request_cfg_nb_r15_s
Definition: rrc_nbiot.h:1468
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:10449
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s
Definition: rrc_nbiot.h:1788
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1937
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::~operation_mode_info_r13_c_
~operation_mode_info_r13_c_()
Definition: rrc_nbiot.h:1671
asn1::rrc::ue_radio_access_cap_info_nb_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19595
asn1::rrc::ul_ccch_msg_type_nb_c::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19999
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::value
enum asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::options value
asn1::rrc::guardband_tdd_nb_r15_s::eutra_bandwitdh_r15_opts
Definition: rrc_nbiot.h:1899
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_e_
enumerated< nprach_periodicity_r14_opts > nprach_periodicity_r14_e_
Definition: rrc_nbiot.h:2335
asn1::rrc::ue_radio_access_cap_info_nb_v1380_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:8642
asn1::rrc::rlf_timers_and_consts_nb_r13_c::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:2938
asn1::rrc::dl_ccch_msg_nb_s
Definition: rrc_nbiot.h:6015
asn1::rrc::dl_bitmap_nb_r13_c::set_sf_pattern40_r13
fixed_bitstring< 40 > & set_sf_pattern40_r13()
Definition: rrc_nbiot.cc:313
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:5249
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::n10
@ n10
Definition: rrc_nbiot.h:1366
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_opts::ms120000
@ ms120000
Definition: rrc_nbiot.h:4468
asn1::rrc::inband_same_pci_tdd_nb_r15_s::sib_inband_location_r15_e_
enumerated< sib_inband_location_r15_opts > sib_inband_location_r15_e_
Definition: rrc_nbiot.h:1955
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n24
@ n24
Definition: rrc_nbiot.h:2460
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:20888
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::n24
@ n24
Definition: rrc_nbiot.h:2345
asn1::rrc::rrc_conn_setup_complete_nb_v1470_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17207
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:7692
asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15_e_
enumerated< sf_assign_r15_opts > sf_assign_r15_e_
Definition: rrc_nbiot.h:3245
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:636
asn1::rrc::periodic_bsr_timer_nb_r13_opts::to_number
int16_t to_number() const
Definition: rrc_nbiot.cc:2078
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:734
asn1::rrc::sib_type1_nb_v1350_s::cell_sel_info_v1350
cell_sel_info_nb_v1350_s cell_sel_info_v1350
Definition: rrc_nbiot.h:5221
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::set_sib_guardband_inband_same_pci_r15
sib_guardband_inband_same_pci_tdd_nb_r15_s & set_sib_guardband_inband_same_pci_r15()
Definition: rrc_nbiot.cc:4205
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s::non_crit_ext
rrc_early_data_complete_nb_v1590_ies_s non_crit_ext
Definition: rrc_nbiot.h:5604
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14
nprach_params_r14_s_ nprach_params_r14
Definition: rrc_nbiot.h:2449
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19399
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::set_use_no_bitmap_r13
void set_use_no_bitmap_r13()
Definition: rrc_nbiot.cc:679
asn1::rrc::t_poll_retx_nb_r13_opts::number_type
uint32_t number_type
Definition: rrc_nbiot.h:101
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:8828
asn1::rrc::periodic_bsr_timer_nb_r13_opts::options
options
Definition: rrc_nbiot.h:1007
asn1::rrc::ue_cap_nb_r13_s::rf_params_r13
rf_params_nb_r13_s rf_params_r13
Definition: rrc_nbiot.h:6896
asn1::rrc::pdcp_params_nb_r13_s::supported_rohc_profiles_r13_s_
Definition: rrc_nbiot.h:6734
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14759
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::one_fourth
@ one_fourth
Definition: rrc_nbiot.h:2557
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::two_t
@ two_t
Definition: rrc_nbiot.h:3650
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::r256
@ r256
Definition: rrc_nbiot.h:3684
asn1::rrc::phy_layer_params_nb_v1530_s::sr_with_harq_ack_r15_present
bool sr_with_harq_ack_r15_present
Definition: rrc_nbiot.h:8296
asn1::rrc::establishment_cause_nb_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7429
asn1::rrc::rr_cfg_common_sib_nb_r13_s::bcch_cfg_r13
bcch_cfg_nb_r13_s bcch_cfg_r13
Definition: rrc_nbiot.h:4083
asn1::rrc::ue_cap_enquiry_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14063
asn1::rrc::rrc_conn_release_nb_v1530_ies_s::next_hop_chaining_count_r15_present
bool next_hop_chaining_count_r15_present
Definition: rrc_nbiot.h:6054
asn1::rrc::npdsch_cfg_common_nb_r13_s
Definition: rrc_nbiot.h:3415
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::s_tmsi_r13
s_tmsi_s s_tmsi_r13
Definition: rrc_nbiot.h:7667
asn1::rrc::ul_dcch_msg_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:20929
asn1::rrc::paging_weight_nb_r14_opts::w16
@ w16
Definition: rrc_nbiot.h:2805
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12286
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::type
types type() const
Definition: rrc_nbiot.h:1839
asn1::rrc::rrc_conn_release_nb_v15b0_ies_s::no_last_cell_upd_r15_present
bool no_last_cell_upd_r15_present
Definition: rrc_nbiot.h:6026
asn1::rrc::t_resel_nb_r13_opts::s15
@ s15
Definition: rrc_nbiot.h:4409
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms40
@ ms40
Definition: rrc_nbiot.h:2481
asn1::rrc::rrc_conn_resume_complete_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17007
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_long_r15
time_offset_e_drx_long_r15_e_ time_offset_e_drx_long_r15
Definition: rrc_nbiot.h:3902
asn1::rrc::sc_mtch_info_nb_r14_s::ext
bool ext
Definition: rrc_nbiot.h:8174
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3877
asn1::rrc::wus_max_dur_factor_nb_r15_opts::one_eighth
@ one_eighth
Definition: rrc_nbiot.h:2875
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:656
asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15_s_::tdd_si_carrier_info_r15_opts::non_anchor
@ non_anchor
Definition: rrc_nbiot.h:3756
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5580
asn1::rrc::tdd_ul_dl_align_offset_nb_r15_opts::number_type
float number_type
Definition: rrc_nbiot.h:287
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::types_opts::value
enum asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::types_opts::options value
asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15_opts::value
enum asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15_opts::options value
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14
inband_carrier_info_r14_s_ inband_carrier_info_r14
Definition: rrc_nbiot.h:3049
asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13_opts::every4th_rf
@ every4th_rf
Definition: rrc_nbiot.h:4586
asn1::rrc::pdcp_params_nb_r13_s::supported_rohc_profiles_r13
supported_rohc_profiles_r13_s_ supported_rohc_profiles_r13
Definition: rrc_nbiot.h:6755
asn1::rrc::rrc_conn_resume_complete_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:7513
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::t8
@ t8
Definition: rrc_nbiot.h:298
asn1::rrc::ue_cap_info_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:8531
asn1::rrc::ho_prep_info_nb_v1380_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:6790
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:6061
asn1::rrc::reest_cause_nb_r13_opts::spare2
@ spare2
Definition: rrc_nbiot.h:7291
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::r64
@ r64
Definition: rrc_nbiot.h:4028
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min3
@ min3
Definition: rrc_nbiot.h:6821
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_present
bool nprach_params_r15_present
Definition: rrc_nbiot.h:2765
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp8
@ pp8
Definition: rrc_nbiot.h:856
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5364
asn1::rrc::rrc_conn_release_nb_r13_ies_s::extended_wait_time_r13_present
bool extended_wait_time_r13_present
Definition: rrc_nbiot.h:6124
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts
Definition: rrc_nbiot.h:2496
asn1::rrc::sib_type_nb_v1530_opts::options
options
Definition: rrc_nbiot.h:2114
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::nprach_preamb_format_r15
nprach_preamb_format_r15_e_ nprach_preamb_format_r15
Definition: rrc_nbiot.h:3497
asn1::rrc::ul_carrier_cfg_ded_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:729
asn1::rrc::cqi_npdcch_short_nb_r14_e
enumerated< cqi_npdcch_short_nb_r14_opts > cqi_npdcch_short_nb_r14_e
Definition: rrc_nbiot.h:7275
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:1146
asn1::rrc::ul_ccch_msg_type_nb_c::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8907
asn1::rrc::t_resel_nb_r13_opts::s9
@ s9
Definition: rrc_nbiot.h:4409
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:3371
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::spare2
@ spare2
Definition: rrc_nbiot.h:2278
asn1::rrc::cqi_npdcch_nb_r14_opts::value
enum asn1::rrc::cqi_npdcch_nb_r14_opts::options value
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:6543
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db1
@ db1
Definition: rrc_nbiot.h:4922
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_present
bool nprach_num_subcarriers_r15_present
Definition: rrc_nbiot.h:2746
asn1::rrc::inband_different_pci_nb_r13_s
Definition: rrc_nbiot.h:1614
asn1::rrc::ul_cfg_common_tdd_nb_r15_s::nprach_params_list_tdd_r15_present
bool nprach_params_list_tdd_r15_present
Definition: rrc_nbiot.h:3816
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::spare2
@ spare2
Definition: rrc_nbiot.h:3690
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::al09
@ al09
Definition: rrc_nbiot.h:705
asn1::rrc::rrc_early_data_complete_nb_v1590_ies_s
Definition: rrc_nbiot.h:5490
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf8192
@ sf8192
Definition: rrc_nbiot.h:4144
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::value
enum asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::options value
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8668
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::value
enum asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::options value
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:1143
asn1::rrc::ul_dcch_msg_type_nb_c::types_opts::msg_class_ext
@ msg_class_ext
Definition: rrc_nbiot.h:9160
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:18305
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:7216
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6440
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db10
@ db10
Definition: rrc_nbiot.h:3942
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::types_opts::crit_exts_future
@ crit_exts_future
Definition: rrc_nbiot.h:7202
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:19781
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::rf128
@ rf128
Definition: rrc_nbiot.h:4812
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::pp128
@ pp128
Definition: rrc_nbiot.h:1216
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530_opts::to_number
uint32_t to_number() const
Definition: rrc_nbiot.cc:9728
asn1::rrc::pcch_cfg_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:7898
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::value
enum asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::options value
asn1::rrc::sib_type23_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:10819
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_long_r15_e_
enumerated< time_offset_e_drx_long_r15_opts > time_offset_e_drx_long_r15_e_
Definition: rrc_nbiot.h:3891
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:3145
asn1::rrc::dl_dcch_msg_type_nb_c::types_opts::value
enum asn1::rrc::dl_dcch_msg_type_nb_c::types_opts::options value
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::spare1
@ spare1
Definition: rrc_nbiot.h:3115
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:19356
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_present
bool nprach_num_cbra_start_subcarriers_r15_present
Definition: rrc_nbiot.h:2751
asn1::rrc::as_cfg_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3488
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:19292
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v_minus7
@ v_minus7
Definition: rrc_nbiot.h:115
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:4476
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:20340
asn1::rrc::rrc_conn_request_nb_r13_ies_s::early_contention_resolution_r14
bool early_contention_resolution_r14
Definition: rrc_nbiot.h:7442
asn1::rrc::ul_info_transfer_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:20326
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:3118
asn1::rrc::sib_type1_nb_v1430_s::non_crit_ext
sib_type1_nb_v1450_s non_crit_ext
Definition: rrc_nbiot.h:4619
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::types_opts::dl_carrier_idx_r14
@ dl_carrier_idx_r14
Definition: rrc_nbiot.h:8064
asn1::rrc::security_algorithm_cfg_s
Definition: security.h:49
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:7863
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::r4
@ r4
Definition: rrc_nbiot.h:4028
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5924
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:9035
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:782
asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:3862
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15
npdcch_offset_ra_r15_e_ npdcch_offset_ra_r15
Definition: rrc_nbiot.h:2759
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::explicit_gap_cfg_r13
dl_gap_cfg_nb_r13_s & explicit_gap_cfg_r13()
Definition: rrc_nbiot.h:379
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:516
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf4096
uint16_t & sf4096()
Definition: rrc_nbiot.h:7933
asn1::rrc::srb_to_add_mod_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:1175
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf20
uint8_t & set_sf20()
Definition: rrc_nbiot.cc:17833
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::ab_per_plmn_list_r13
ab_per_plmn_list_r13_l_ & ab_per_plmn_list_r13()
Definition: rrc_nbiot.h:4654
asn1::rrc::drx_cfg_nb_r13_c::c
setup_s_ c
Definition: rrc_nbiot.h:910
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4595
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::rrc_conn_reest_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12724
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15
mac_contention_resolution_timer_r15_e_ mac_contention_resolution_timer_r15
Definition: rrc_nbiot.h:2854
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms8
@ ms8
Definition: rrc_nbiot.h:2489
asn1::rrc::inband_different_pci_tdd_nb_r15_s::spare
fixed_bitstring< 2 > spare
Definition: rrc_nbiot.h:1940
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::spare2
@ spare2
Definition: rrc_nbiot.h:813
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::mac_main_cfg_r13_c_
mac_main_cfg_r13_c_()=default
asn1::rrc::pcch_cfg_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6724
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::ext
bool ext
Definition: rrc_nbiot.h:3043
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::one_half
@ one_half
Definition: rrc_nbiot.h:4050
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::options
options
Definition: rrc_nbiot.h:2222
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15_opts::ms2000
@ ms2000
Definition: rrc_nbiot.h:8440
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:5728
asn1::rrc::rrc_conn_setup_complete_nb_v1430_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:7648
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n24
@ n24
Definition: rrc_nbiot.h:2414
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_present
bool pwr_class14dbm_offset_r14_present
Definition: rrc_nbiot.h:3951
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::value
enum asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::options value
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::v2
@ v2
Definition: rrc_nbiot.h:2289
asn1::rrc::cqi_npdcch_nb_r14_opts::candidate_rep_e
@ candidate_rep_e
Definition: rrc_nbiot.h:7252
asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_::scptm_cfg_r14
scptm_cfg_nb_r14_s & scptm_cfg_r14()
Definition: rrc_nbiot.h:8231
asn1::rrc::rrc_conn_setup_complete_nb_v1470_ies_s
Definition: rrc_nbiot.h:7633
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::type
types type() const
Definition: rrc_nbiot.h:429
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4452
asn1::rrc::sib_type_nb_v1530_opts::spare5
@ spare5
Definition: rrc_nbiot.h:2114
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:12500
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8741
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp8
@ pp8
Definition: rrc_nbiot.h:7809
asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15_opts::ms40
@ ms40
Definition: rrc_nbiot.h:3869
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:5690
asn1::rrc::ul_cfg_common_nb_r14_s::nprach_params_list_edt_r15
copy_ptr< nprach_params_list_nb_r14_l > nprach_params_list_edt_r15
Definition: rrc_nbiot.h:3790
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_release_r13
@ rrc_conn_release_r13
Definition: rrc_nbiot.h:6546
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8998
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::options
options
Definition: rrc_nbiot.h:2289
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14
npdcch_start_sf_sc_mtch_r14_e_ npdcch_start_sf_sc_mtch_r14
Definition: rrc_nbiot.h:8184
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_num_occ_diff_precoders_r15
nsss_num_occ_diff_precoders_r15_e_ nsss_num_occ_diff_precoders_r15
Definition: rrc_nbiot.h:2147
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:14345
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:5261
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2724
asn1::rrc::inband_same_pci_tdd_nb_r15_s
Definition: rrc_nbiot.h:1949
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_e_
enumerated< drx_inactivity_timer_scptm_r14_opts > drx_inactivity_timer_scptm_r14_e_
Definition: rrc_nbiot.h:7823
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::rlc_cfg_r13_c_
rlc_cfg_r13_c_()=default
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::seven_eighth
@ seven_eighth
Definition: rrc_nbiot.h:4053
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14
nprach_probability_anchor_r14_e_ nprach_probability_anchor_r14
Definition: rrc_nbiot.h:3575
asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4982
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::type_
types type_
Definition: rrc_nbiot.h:1282
asn1::rrc::rr_cfg_ded_nb_r13_s
Definition: rrc_nbiot.h:1484
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13_opts::value
enum asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13_opts::options value
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf1024
@ sf1024
Definition: rrc_nbiot.h:7839
asn1::rrc::dl_cfg_common_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:7029
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::different_pci_r13_s_::eutra_num_crs_ports_r13
eutra_num_crs_ports_r13_e_ eutra_num_crs_ports_r13
Definition: rrc_nbiot.h:414
asn1::rrc::mbms_sai_inter_freq_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:7347
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::pp1024
@ pp1024
Definition: rrc_nbiot.h:1216
asn1::rrc::rrc_early_data_complete_nb_v1590_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12413
asn1::rrc::standalone_tdd_nb_r15_s::sib_standalone_location_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1970
asn1::rrc::security_mode_fail_s
Definition: security.h:435
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:4429
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db1dot23
@ db1dot23
Definition: rrc_nbiot.h:5318
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::set_sib2_r13
sib_type2_nb_r13_s & set_sib2_r13()
Definition: rrc_nbiot.cc:11530
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min10
@ min10
Definition: rrc_nbiot.h:6829
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::establishment_cause_r15_opts::delay_tolerant_access
@ delay_tolerant_access
Definition: rrc_nbiot.h:7740
asn1::rrc::guardband_tdd_nb_r15_s::eutra_bandwitdh_r15
eutra_bandwitdh_r15_e_ eutra_bandwitdh_r15
Definition: rrc_nbiot.h:1911
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::types_opts::use_no_gap_r13
@ use_no_gap_r13
Definition: rrc_nbiot.h:365
asn1::rrc::reestab_ue_id_cp_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16427
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::types_opts::options
options
Definition: rrc_nbiot.h:7330
asn1::rrc::rrc_conn_release_nb_v1530_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:6055
asn1::rrc::rrc_conn_release_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:6132
asn1::rrc::rrc_conn_resume_complete_nb_r13_ies_s::ded_info_nas_r13
dyn_octstring ded_info_nas_r13
Definition: rrc_nbiot.h:7516
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:5761
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_opts::db20
@ db20
Definition: rrc_nbiot.h:3345
asn1::rrc::rrc_conn_recfg_nb_r13_ies_s::ded_info_nas_list_r13_l_
bounded_array< dyn_octstring, 2 > ded_info_nas_list_r13_l_
Definition: rrc_nbiot.h:6103
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_spare4
void set_spare4()
Definition: rrc_nbiot.cc:20712
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::~operation_mode_info_r15_c_
~operation_mode_info_r15_c_()
Definition: rrc_nbiot.h:2002
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::type
types type() const
Definition: rrc_nbiot.h:339
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf40
uint8_t & set_sf40()
Definition: rrc_nbiot.cc:9165
asn1::rrc::sib_type4_nb_r13_s::intra_freq_neigh_cell_list_r13
intra_freq_neigh_cell_list_l intra_freq_neigh_cell_list_r13
Definition: rrc_nbiot.h:4999
asn1::rrc::ue_cap_info_nb_r13_ies_s::ue_radio_paging_info_r13
ue_radio_paging_info_nb_r13_s ue_radio_paging_info_r13
Definition: rrc_nbiot.h:8483
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf160
uint8_t & sf160()
Definition: rrc_nbiot.h:4200
asn1::rrc::ab_cfg_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:33
asn1::rrc::mac_main_cfg_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:2493
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::set_sib_guardbandinband_diff_pci_r15
sib_guardband_inband_diff_pci_tdd_nb_r15_s & set_sib_guardbandinband_diff_pci_r15()
Definition: rrc_nbiot.cc:4211
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::pwr_ramp_step_ce1_r14_opts::db0
@ db0
Definition: rrc_nbiot.h:3163
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:783
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19259
asn1::rrc::guardband_tdd_nb_r15_s::raster_offset_r15
ch_raster_offset_nb_r13_e raster_offset_r15
Definition: rrc_nbiot.h:1909
asn1::rrc::plmn_id_info_nb_r13_s::cell_reserved_for_oper_r13
cell_reserved_for_oper_r13_e_ cell_reserved_for_oper_r13
Definition: rrc_nbiot.h:4567
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:6178
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::options
options
Definition: rrc_nbiot.h:1374
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::eutra_ctrl_region_size_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:465
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::operator=
c1_c_ & operator=(const c1_c_ &other)
Definition: rrc_nbiot.cc:15011
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:2215
asn1::rrc::phy_layer_params_nb_v1530_s::nprach_format2_r15_present
bool nprach_format2_r15_present
Definition: rrc_nbiot.h:8298
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::ext
bool ext
Definition: rrc_nbiot.h:2742
asn1::rrc::sc_mtch_info_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18135
asn1::rrc::inband_different_pci_nb_r13_s::eutra_num_crs_ports_r13_opts::same
@ same
Definition: rrc_nbiot.h:1616
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:559
asn1::rrc::sib_type14_nb_r13_s::ab_per_nrsrp_r15_e_
enumerated< ab_per_nrsrp_r15_opts > ab_per_nrsrp_r15_e_
Definition: rrc_nbiot.h:4685
asn1::rrc::release_cause_nb_r13_opts::value
enum asn1::rrc::release_cause_nb_r13_opts::options value
asn1::rrc::drx_cfg_nb_r13_c
Definition: rrc_nbiot.h:779
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::sib16_r13
sib_type16_nb_r13_s & sib16_r13()
Definition: rrc_nbiot.h:5101
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::pwr_ramp_step_ce1_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:6828
asn1::rrc::ul_pwr_ctrl_ded_nb_r13_s
Definition: rrc_nbiot.h:1191
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13_opts::sf64
@ sf64
Definition: rrc_nbiot.h:248
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::set_security_mode_cmd_r13
security_mode_cmd_s & set_security_mode_cmd_r13()
Definition: rrc_nbiot.cc:15063
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::ms200
@ ms200
Definition: rrc_nbiot.h:1358
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n34
@ n34
Definition: rrc_nbiot.h:2733
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14835
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::set_dl_carrier_idx_r14
uint8_t & set_dl_carrier_idx_r14()
Definition: rrc_nbiot.cc:18249
asn1::rrc::bcch_cfg_nb_r13_s::mod_period_coeff_r13_opts::n32
@ n32
Definition: rrc_nbiot.h:3301
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::options
options
Definition: rrc_nbiot.h:6803
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::value
enum asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::options value
asn1::rrc::t_poll_retx_nb_r13_opts::value
enum asn1::rrc::t_poll_retx_nb_r13_opts::options value
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:4029
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::pp6
@ pp6
Definition: rrc_nbiot.h:2816
asn1::rrc::rrc_conn_setup_complete_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17381
asn1::rrc::dl_dcch_msg_type_nb_c::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:6652
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_e_
enumerated< drx_cycle_r13_opts > drx_cycle_r13_e_
Definition: rrc_nbiot.h:848
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:6467
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::pwr_ramp_step_ce1_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3163
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v_minus2
@ v_minus2
Definition: rrc_nbiot.h:120
asn1::rrc::ab_cfg_nb_r13_s::ab_category_r13_e_
enumerated< ab_category_r13_opts > ab_category_r13_e_
Definition: rrc_nbiot.h:61
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::options
options
Definition: rrc_nbiot.h:1350
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_e_
enumerated< npdcch_start_sf_css_ra_r15_opts > npdcch_start_sf_css_ra_r15_e_
Definition: rrc_nbiot.h:2722
asn1::rrc::rlc_cfg_nb_v1430_s
Definition: rrc_nbiot.h:642
asn1::rrc::rrc_early_data_complete_nb_v1590_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12435
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::value
enum asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::options value
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n40
@ n40
Definition: rrc_nbiot.h:2460
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::ms40000
@ ms40000
Definition: rrc_nbiot.h:4420
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts
Definition: rrc_nbiot.h:849
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:14801
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6380
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::~sc_mtch_carrier_cfg_r14_c_
~sc_mtch_carrier_cfg_r14_c_()
Definition: rrc_nbiot.h:8074
asn1::rrc::sib_type22_nb_r14_s::dl_cfg_list_r14
dl_cfg_common_list_nb_r14_l dl_cfg_list_r14
Definition: rrc_nbiot.h:4883
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf512
uint16_t & sf512()
Definition: rrc_nbiot.h:4215
asn1::rrc::ch_raster_offset_nb_r13_opts::options
options
Definition: rrc_nbiot.h:1593
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::set_inband_same_pci_r15
inband_same_pci_tdd_nb_r15_s & set_inband_same_pci_r15()
Definition: rrc_nbiot.cc:4550
asn1::rrc::sib_type3_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:4964
asn1::rrc::dl_info_transfer_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14114
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::r1024
@ r1024
Definition: rrc_nbiot.h:2381
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::c
choice_buffer_t< later_c_, rrc_conn_reest_request_nb_r13_ies_s > c
Definition: rrc_nbiot.h:7404
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:5014
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_
Definition: rrc_nbiot.h:4126
asn1::rrc::npdcch_cfg_ded_nb_v1530_s
Definition: rrc_nbiot.h:972
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::explicit_value
lc_ch_cfg_nb_r13_s & explicit_value()
Definition: rrc_nbiot.h:1156
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db5
@ db5
Definition: rrc_nbiot.h:3942
asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13_opts::every16th_rf
@ every16th_rf
Definition: rrc_nbiot.h:4586
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:6930
asn1::rrc::sib_type1_nb_v1450_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:9435
asn1::rrc::mac_params_nb_v1530_s
Definition: rrc_nbiot.h:8327
asn1::rrc::sib_type5_nb_r13_s::scptm_freq_offset_r14_present
bool scptm_freq_offset_r14_present
Definition: rrc_nbiot.h:5022
asn1::rrc::inband_different_pci_tdd_nb_r15_s::sib_inband_location_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4351
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n44
@ n44
Definition: rrc_nbiot.h:2733
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::n2
@ n2
Definition: rrc_nbiot.h:4444
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::types_opts::options
options
Definition: rrc_nbiot.h:1142
asn1::rrc::ue_paging_coverage_info_nb_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:8542
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::spare4
@ spare4
Definition: rrc_nbiot.h:8132
asn1::rrc::nprach_cfg_sib_nb_v1530_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:7579
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::rrc_conn_reest_request_r13
rrc_conn_reest_request_nb_s & rrc_conn_reest_request_r13()
Definition: rrc_nbiot.h:8851
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db_minus1dot77
@ db_minus1dot77
Definition: rrc_nbiot.h:5315
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db4
@ db4
Definition: rrc_nbiot.h:4925
asn1::rrc::sys_info_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:5209
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_carrier_freq_r13
carrier_freq_nb_r13_s dl_carrier_freq_r13
Definition: rrc_nbiot.h:491
asn1::rrc::sib_type1_nb_v1530_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:3772
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::types_opts::later
@ later
Definition: rrc_nbiot.h:7362
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::ssp10
@ ssp10
Definition: rrc_nbiot.h:3258
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::v8
@ v8
Definition: rrc_nbiot.h:2289
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_thres_r13_opts::value
enum asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_thres_r13_opts::options value
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::options
options
Definition: rrc_nbiot.h:3648
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::spare2
@ spare2
Definition: rrc_nbiot.h:3114
asn1::rrc::sib_type2_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:10333
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:12118
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::types_opts::value
enum asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::types_opts::options value
asn1::rrc::retx_bsr_timer_nb_r13_opts::spare
@ spare
Definition: rrc_nbiot.h:1017
asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:9874
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_opts
Definition: rrc_nbiot.h:2823
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_opts::zero
@ zero
Definition: rrc_nbiot.h:2361
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::types_opts::value
enum asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::types_opts::options value
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::types_opts::value
enum asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::types_opts::options value
asn1::rrc::nprach_params_fmt2_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:5461
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::options
options
Definition: rrc_nbiot.h:2489
asn1::rrc::inband_different_pci_tdd_nb_r15_s::raster_offset_r15
ch_raster_offset_nb_r13_e raster_offset_r15
Definition: rrc_nbiot.h:1938
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::rf1024
@ rf1024
Definition: rrc_nbiot.h:4578
asn1::rrc::plmn_id_info_nb_r13_s
Definition: rrc_nbiot.h:4556
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:17681
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:843
asn1::rrc::inband_different_pci_tdd_nb_r15_s::eutra_num_crs_ports_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1922
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_neighbour_cell_r14
fixed_bitstring< 8 > sc_mtch_neighbour_cell_r14
Definition: rrc_nbiot.h:8181
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n36
@ n36
Definition: rrc_nbiot.h:2460
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2238
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:4976
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_npdsch_max_tbs_sc_mtch_r14_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:8112
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::n8
@ n8
Definition: rrc_nbiot.h:2247
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::db_minus2
@ db_minus2
Definition: rrc_nbiot.h:478
asn1::rrc::inband_different_pci_tdd_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4309
asn1::rrc::npdcch_cfg_ded_nb_v1530_s::npdcch_start_sf_uss_v1530_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:2015
asn1::rrc::reestab_ue_id_cp_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16419
asn1::rrc::pcch_cfg_nb_r14_s
Definition: rrc_nbiot.h:3097
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_thres_r13
dl_gap_thres_r13_e_ dl_gap_thres_r13
Definition: rrc_nbiot.h:266
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:6174
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf32
@ rf32
Definition: rrc_nbiot.h:4821
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_opts::db5
@ db5
Definition: rrc_nbiot.h:3345
asn1::rrc::lc_ch_cfg_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:1071
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::types_opts::value
enum asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::types_opts::options value
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::ho_prep_info_r13
ho_prep_info_nb_ies_s & ho_prep_info_r13()
Definition: rrc_nbiot.h:6940
asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13_opts::three_eighth
@ three_eighth
Definition: rrc_nbiot.h:2298
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::different_pci_r14_s_::eutra_num_crs_ports_r14_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2962
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_present
bool nrs_crs_pwr_offset_r13_present
Definition: rrc_nbiot.h:5352
asn1::rrc::rrc_conn_release_nb_v15b0_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13652
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms2560
@ ms2560
Definition: rrc_nbiot.h:2631
asn1::rrc::ue_cap_nb_ext_r14_ies_s::ue_category_nb_r14_present
bool ue_category_nb_r14_present
Definition: rrc_nbiot.h:8422
asn1::rrc::reestab_ue_id_s
Definition: ul_ccch_msg.h:199
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13152
asn1::rrc::rrc_conn_resume_request_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17084
asn1::rrc::sib_type1_nb_v1450_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:9463
asn1::rrc::drb_to_add_mod_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:1615
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13_opts
Definition: rrc_nbiot.h:247
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_opts
Definition: rrc_nbiot.h:1285
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::types_opts::options
options
Definition: rrc_nbiot.h:1487
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:14436
asn1::rrc::paging_weight_nb_r14_opts::w3
@ w3
Definition: rrc_nbiot.h:2805
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::value
enum asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::options value
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8136
asn1::rrc::sys_info_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:11322
asn1::rrc::dl_ccch_msg_type_nb_c::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5980
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:1478
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_opts::value
enum asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_opts::options value
asn1::rrc::bcch_bch_msg_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3959
asn1::rrc::ue_cap_nb_v1530_ies_s
Definition: rrc_nbiot.h:8347
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:2175
asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15_s_::tdd_si_carrier_info_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3756
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::rrc_early_data_request_r15
rrc_early_data_request_nb_r15_s & rrc_early_data_request_r15()
Definition: rrc_nbiot.h:8866
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::type
types type() const
Definition: rrc_nbiot.h:6935
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:19699
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1374
asn1::rrc::rrc_conn_reest_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:5554
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::sib5_r13
@ sib5_r13
Definition: rrc_nbiot.h:5048
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc_s_::max_cid_r13_present
bool max_cid_r13_present
Definition: rrc_nbiot.h:549
asn1::rrc::intra_freq_cell_resel_info_nb_v1360_s::s_intra_search_p_v1360
uint8_t s_intra_search_p_v1360
Definition: rrc_nbiot.h:3980
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:790
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::c
rohc_s_ c
Definition: rrc_nbiot.h:584
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_
Definition: rrc_nbiot.h:5835
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::set_ue_radio_paging_info_r13
ue_radio_paging_info_nb_ies_s & set_ue_radio_paging_info_r13()
Definition: rrc_nbiot.cc:19902
asn1::rrc::ue_radio_access_cap_info_nb_v1380_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:8640
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19438
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v3
@ v3
Definition: rrc_nbiot.h:126
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::set_ul_info_transfer_r13
ul_info_transfer_nb_r13_ies_s & set_ul_info_transfer_r13()
Definition: rrc_nbiot.cc:20344
asn1::rrc::sib_type2_nb_r13_s::freq_info_r13_s_::ul_carrier_freq_r13
carrier_freq_nb_r13_s ul_carrier_freq_r13
Definition: rrc_nbiot.h:4725
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n10
@ n10
Definition: rrc_nbiot.h:2733
asn1::rrc::npdcch_cfg_ded_nb_v1530_s::npdcch_start_sf_uss_v1530_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:2020
asn1::rrc::paging_weight_nb_r14_opts::w13
@ w13
Definition: rrc_nbiot.h:2805
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:7135
asn1::rrc::t_resel_nb_r13_opts::s6
@ s6
Definition: rrc_nbiot.h:4409
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::types_opts::options
options
Definition: rrc_nbiot.h:417
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::types_opts::value
enum asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::types_opts::options value
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::type
types type() const
Definition: rrc_nbiot.h:6257
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::value
enum asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::options value
asn1::rrc::dl_bitmap_nb_r13_c::types_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:189
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1366
asn1::rrc::inband_different_pci_nb_r13_s::eutra_num_crs_ports_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:3648
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:8966
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_twelfth
@ one_twelfth
Definition: rrc_nbiot.h:3552
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9009
asn1::rrc::as_cfg_nb_s::source_dl_carrier_freq_v1550
copy_ptr< carrier_freq_nb_v1550_s > source_dl_carrier_freq_v1550
Definition: rrc_nbiot.h:1552
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_present
bool npdcch_start_sf_css_ra_r14_present
Definition: rrc_nbiot.h:2430
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:6557
asn1::rrc::supported_band_nb_r13_s::band_r13
uint16_t band_r13
Definition: rrc_nbiot.h:6699
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_resume_complete_r13
@ rrc_conn_resume_complete_r13
Definition: rrc_nbiot.h:9021
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::~same_pci_ind_r14_c_
~same_pci_ind_r14_c_()
Definition: rrc_nbiot.h:2983
asn1::rrc::ul_info_transfer_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:20304
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::n2
@ n2
Definition: rrc_nbiot.h:3488
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp2
@ pp2
Definition: rrc_nbiot.h:7809
asn1::rrc::sib_type_nb_r13_opts
Definition: rrc_nbiot.h:3733
asn1::rrc::release_cause_nb_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:6082
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::db6
@ db6
Definition: rrc_nbiot.h:3991
asn1::rrc::pcch_cfg_nb_r13_s::default_paging_cycle_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:7915
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:8746
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::n128
@ n128
Definition: rrc_nbiot.h:2255
asn1::rrc::sib_type_nb_v1530_opts::spare4
@ spare4
Definition: rrc_nbiot.h:2114
asn1::rrc::rrc_conn_reest_request_nb_s
Definition: rrc_nbiot.h:7326
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::security_mode_cmd_r13
security_mode_cmd_s & security_mode_cmd_r13()
Definition: rrc_nbiot.h:6585
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19938
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::options
options
Definition: rrc_nbiot.h:2247
asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13_opts::n24
@ n24
Definition: rrc_nbiot.h:2230
asn1::rrc::sib_type15_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:10162
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc6
@ sc6
Definition: rrc_nbiot.h:3594
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:6926
asn1::rrc::ue_cap_nb_r13_s::dummy_present
bool dummy_present
Definition: rrc_nbiot.h:6892
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min1
@ min1
Definition: rrc_nbiot.h:6816
asn1::rrc::rlc_cfg_nb_r13_c::am
am_s_ & am()
Definition: rrc_nbiot.h:621
asn1::rrc::ul_ref_sigs_npusch_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6909
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12909
asn1::rrc::intra_freq_cell_resel_info_nb_v1360_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8621
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13_opts::sf256
@ sf256
Definition: rrc_nbiot.h:248
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::v32
@ v32
Definition: rrc_nbiot.h:8145
asn1::rrc::rr_cfg_common_sib_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8775
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_opts::pp32
@ pp32
Definition: rrc_nbiot.h:2824
asn1::rrc::ack_nack_num_repeats_nb_r13_e
enumerated< ack_nack_num_repeats_nb_r13_opts > ack_nack_num_repeats_nb_r13_e
Definition: rrc_nbiot.h:324
asn1::rrc::rrc_conn_reest_complete_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16302
asn1::rrc::sib_guardband_guardband_tdd_nb_r15_s::sib_guardband_guardband_location_r15
sib_guardband_guardband_location_r15_e_ sib_guardband_guardband_location_r15
Definition: rrc_nbiot.h:1779
asn1::rrc::bcch_cfg_nb_r13_s::mod_period_coeff_r13
mod_period_coeff_r13_e_ mod_period_coeff_r13
Definition: rrc_nbiot.h:3310
asn1::rrc::nprach_cfg_sib_nb_r13_s::nprach_cp_len_r13_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:7448
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2973
asn1::rrc::npdcch_cfg_ded_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:1920
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::number_type
float number_type
Definition: rrc_nbiot.h:135
asn1::rrc::ab_cfg_nb_r13_s::ab_category_r13_opts::value
enum asn1::rrc::ab_cfg_nb_r13_s::ab_category_r13_opts::options value
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_half
@ one_half
Definition: rrc_nbiot.h:3562
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::r1024
@ r1024
Definition: rrc_nbiot.h:4028
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::r1
@ r1
Definition: rrc_nbiot.h:3676
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::different_pci_r13_s_::eutra_num_crs_ports_r13_opts::same
@ same
Definition: rrc_nbiot.h:405
asn1::rrc::nprach_cfg_sib_nb_r13_s::rsrp_thress_prach_info_list_r13_present
bool rsrp_thress_prach_info_list_r13_present
Definition: rrc_nbiot.h:3437
asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13_e_
enumerated< si_repeat_pattern_r13_opts > si_repeat_pattern_r13_e_
Definition: rrc_nbiot.h:4592
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:5876
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_opts::pp3
@ pp3
Definition: rrc_nbiot.h:2824
asn1::rrc::sib_type1_nb_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:5355
asn1::rrc::sib_type2_nb_r13_s::multi_band_info_list_r13_l_
bounded_array< uint8_t, 8 > multi_band_info_list_r13_l_
Definition: rrc_nbiot.h:4728
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:5358
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:5390
asn1::rrc::dl_ccch_msg_type_nb_c::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:13265
asn1::rrc::t_poll_retx_nb_r13_opts::ms1000
@ ms1000
Definition: rrc_nbiot.h:85
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:12204
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_
Definition: rrc_nbiot.h:535
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::set_rrc_conn_setup_r13
rrc_conn_setup_nb_r13_ies_s & set_rrc_conn_setup_r13()
Definition: rrc_nbiot.cc:13113
asn1::rrc::rrc_conn_setup_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:5582
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup
setup_s_ & setup()
Definition: rrc_nbiot.h:1446
asn1::rrc::cell_resel_info_common_nb_v1450_s::s_search_delta_p_r14_opts::options
options
Definition: rrc_nbiot.h:3914
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::types_opts::use_no_bitmap_r14
@ use_no_bitmap_r14
Definition: rrc_nbiot.h:2888
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::two_third
@ two_third
Definition: rrc_nbiot.h:2513
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::dbm_minus84
@ dbm_minus84
Definition: rrc_nbiot.h:3150
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7202
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::options
options
Definition: rrc_nbiot.h:2631
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf512
uint16_t & set_sf512()
Definition: rrc_nbiot.cc:9200
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts::b120
@ b120
Definition: rrc_nbiot.h:4594
asn1::rrc::inband_different_pci_nb_r13_s::raster_offset_r13
ch_raster_offset_nb_r13_e raster_offset_r13
Definition: rrc_nbiot.h:1626
asn1::rrc::ul_ccch_msg_type_nb_c::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:8913
asn1::rrc::npusch_cfg_common_nb_r13_s::ack_nack_num_repeats_msg4_r13
ack_nack_num_repeats_msg4_r13_l_ ack_nack_num_repeats_msg4_r13
Definition: rrc_nbiot.h:3626
asn1::rrc::npdcch_cfg_ded_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:1928
asn1::rrc::rrc_conn_release_nb_r13_ies_s::redirected_carrier_info_r13_present
bool redirected_carrier_info_r13_present
Definition: rrc_nbiot.h:6125
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf64
uint8_t & sf64()
Definition: rrc_nbiot.h:7883
asn1::rrc::rrc_conn_setup_complete_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17374
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::c
dl_bitmap_nb_r13_c c
Definition: rrc_nbiot.h:361
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:16552
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6156
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::inter_freq_neigh_cell_list_r13
inter_freq_neigh_cell_list_nb_r13_l inter_freq_neigh_cell_list_r13
Definition: rrc_nbiot.h:3366
asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15_s_::tdd_si_carrier_info_r15_e_
enumerated< tdd_si_carrier_info_r15_opts > tdd_si_carrier_info_r15_e_
Definition: rrc_nbiot.h:3760
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts
Definition: rrc_nbiot.h:2288
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13_opts::value
enum asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13_opts::options value
asn1::rrc::ns_pmax_value_nb_r13_s::add_pmax_r13
int8_t add_pmax_r13
Definition: rrc_nbiot.h:2103
asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18502
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::types_opts::options
options
Definition: rrc_nbiot.h:7765
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n18
@ n18
Definition: rrc_nbiot.h:2497
asn1::rrc::sib_type2_nb_r13_s::multi_band_info_list_r13
multi_band_info_list_r13_l_ multi_band_info_list_r13
Definition: rrc_nbiot.h:4741
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_
Definition: rrc_nbiot.h:6394
asn1::rrc::rlc_cfg_nb_r13_c::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:1234
asn1::rrc::ue_radio_access_cap_info_nb_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19606
asn1::rrc::npusch_cfg_ded_nb_r13_s::ack_nack_num_repeats_r13
ack_nack_num_repeats_nb_r13_e ack_nack_num_repeats_r13
Definition: rrc_nbiot.h:996
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::spare3
@ spare3
Definition: rrc_nbiot.h:3689
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::c
rrc_conn_setup_complete_nb_r13_ies_s c
Definition: rrc_nbiot.h:7712
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_opts::one
@ one
Definition: rrc_nbiot.h:2361
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_opts::options
options
Definition: rrc_nbiot.h:2353
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::set_default_value_r13
void set_default_value_r13()
Definition: rrc_nbiot.cc:3380
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::set_spare2
void set_spare2()
Definition: rrc_nbiot.cc:19713
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::v4
@ v4
Definition: rrc_nbiot.h:2396
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::~crit_exts_c_
~crit_exts_c_()
Definition: rrc_nbiot.h:7372
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy
dummy_e_ dummy
Definition: rrc_nbiot.h:3498
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_e_
enumerated< nprach_num_cbra_start_subcarriers_r13_opts > nprach_num_cbra_start_subcarriers_r13_e_
Definition: rrc_nbiot.h:2466
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:12105
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min17
@ min17
Definition: rrc_nbiot.h:6832
asn1::rrc::dl_ccch_msg_type_nb_c::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:5996
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::spare
@ spare
Definition: rrc_nbiot.h:4578
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:5846
asn1::rrc::nprach_cfg_sib_nb_v1530_s::edt_params_r15_s_::nprach_params_list_edt_r15
nprach_params_list_nb_r14_l nprach_params_list_edt_r15
Definition: rrc_nbiot.h:3511
asn1::rrc::bcch_dl_sch_msg_type_nb_c::types_opts::msg_class_ext
@ msg_class_ext
Definition: rrc_nbiot.h:5433
asn1::rrc::nprach_params_fmt2_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:5411
asn1::rrc::pcch_msg_type_nb_c::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:7075
asn1::rrc::paging_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15895
asn1::rrc::mib_tdd_nb_r15_s::sib1_carrier_info_r15_opts::non_anchor
@ non_anchor
Definition: rrc_nbiot.h:2065
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14501
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::c
rrc_conn_reest_nb_r13_ies_s c
Definition: rrc_nbiot.h:5646
asn1::rrc::cell_sel_info_nb_v1350_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:9781
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_fourteenth
@ one_fourteenth
Definition: rrc_nbiot.h:3550
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::ab_common_r13
ab_cfg_nb_r13_s & ab_common_r13()
Definition: rrc_nbiot.h:4649
asn1::rrc::pcch_cfg_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6709
asn1::rrc::ab_cfg_plmn_nb_r13_s::ab_cfg_r13
ab_cfg_nb_r13_s ab_cfg_r13
Definition: rrc_nbiot.h:72
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::value
enum asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::options value
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::security_mode_complete_r13
@ security_mode_complete_r13
Definition: rrc_nbiot.h:9017
asn1::rrc::rrc_conn_setup_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12618
asn1::rrc::nprach_cfg_sib_nb_v1550_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:7661
asn1::rrc::sib_type23_nb_r15_s::ul_cfg_list_v1530_present
bool ul_cfg_list_v1530_present
Definition: rrc_nbiot.h:4902
asn1::rrc::security_mode_cmd_s
Definition: security.h:267
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types_opts::value
enum asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types_opts::options value
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::n64
@ n64
Definition: rrc_nbiot.h:2255
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::c
choice_buffer_t< sib_type14_nb_r13_s, sib_type15_nb_r14_s, sib_type16_nb_r13_s, sib_type20_nb_r14_s, sib_type22_nb_r14_s, sib_type23_nb_r15_s, sib_type2_nb_r13_s, sib_type3_nb_r13_s, sib_type4_nb_r13_s, sib_type5_nb_r13_s > c
Definition: rrc_nbiot.h:5199
asn1::rrc::ul_info_transfer_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:20292
asn1::rrc::rrc_conn_release_nb_v1430_ies_s::non_crit_ext
rrc_conn_release_nb_v1530_ies_s non_crit_ext
Definition: rrc_nbiot.h:6072
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4054
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:6248
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15_opts
Definition: rrc_nbiot.h:3876
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:9684
asn1::rrc::dl_ccch_msg_type_nb_c::types_opts::c1
@ c1
Definition: rrc_nbiot.h:5980
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::ms8
@ ms8
Definition: rrc_nbiot.h:2337
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::types_opts::rrc_conn_recfg_complete_r13
@ rrc_conn_recfg_complete_r13
Definition: rrc_nbiot.h:7131
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8589
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5617
asn1::rrc::rrc_conn_reest_nb_r13_ies_s::non_crit_ext
rrc_conn_reest_nb_v1430_ies_s non_crit_ext
Definition: rrc_nbiot.h:5558
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:6868
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf640
uint16_t & sf640()
Definition: rrc_nbiot.h:7918
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::type
types type() const
Definition: rrc_nbiot.h:7858
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf256
uint16_t & sf256()
Definition: rrc_nbiot.h:7903
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_e_
enumerated< max_num_preamb_attempt_ce_r14_opts > max_num_preamb_attempt_ce_r14_e_
Definition: rrc_nbiot.h:3467
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1508
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_thres_r13_opts::n32
@ n32
Definition: rrc_nbiot.h:240
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_opts::options
options
Definition: rrc_nbiot.h:2405
asn1::rrc::pdcp_cfg_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:588
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:5841
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:6119
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::sib_eutra_num_crs_ports_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:4044
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::n5
@ n5
Definition: rrc_nbiot.h:2247
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14
nrs_pwr_offset_non_anchor_r14_e_ nrs_pwr_offset_non_anchor_r14
Definition: rrc_nbiot.h:3050
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::pwr_ramp_step_ce1_r14_opts::db4
@ db4
Definition: rrc_nbiot.h:3163
asn1::rrc::ue_cap_enquiry_nb_s::rrc_transaction_id
uint8_t rrc_transaction_id
Definition: rrc_nbiot.h:6530
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::spare3
@ spare3
Definition: rrc_nbiot.h:812
asn1::rrc::ho_prep_info_nb_v1380_ies_s
Definition: rrc_nbiot.h:6788
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db6
@ db6
Definition: rrc_nbiot.h:4927
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:4421
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus110
@ dbm_minus110
Definition: rrc_nbiot.h:3182
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2415
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v64
@ v64
Definition: rrc_nbiot.h:2548
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts::ms40000
@ ms40000
Definition: rrc_nbiot.h:4500
asn1::rrc::sib_type1_nb_s::si_win_len_r13
si_win_len_r13_e_ si_win_len_r13
Definition: rrc_nbiot.h:5368
asn1::rrc::inband_same_pci_tdd_nb_r15_s::sib_inband_location_r15_opts::lower
@ lower
Definition: rrc_nbiot.h:1951
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s::extended_wait_time_r15
uint16_t extended_wait_time_r15
Definition: rrc_nbiot.h:5601
asn1::rrc::rrc_conn_resume_request_nb_r13_ies_s
Definition: rrc_nbiot.h:7573
asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5073
asn1::rrc::drb_to_add_mod_nb_r13_s::drb_id_r13
uint8_t drb_id_r13
Definition: rrc_nbiot.h:763
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::set_nprach_fmt2_r15
uint8_t & set_nprach_fmt2_r15()
Definition: rrc_nbiot.cc:1442
asn1::rrc::npusch_cfg_ded_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:2057
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::ssp3
@ ssp3
Definition: rrc_nbiot.h:3251
asn1::rrc::drb_to_add_mod_nb_r13_s::eps_bearer_id_r13_present
bool eps_bearer_id_r13_present
Definition: rrc_nbiot.h:757
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:10575
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_dur_coeff_r13
dl_gap_dur_coeff_r13_e_ dl_gap_dur_coeff_r13
Definition: rrc_nbiot.h:268
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::ms256
@ ms256
Definition: rrc_nbiot.h:2214
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::same_pci_ind_r13_c_
same_pci_ind_r13_c_()=default
asn1::rrc::pci_arfcn_nb_r14_s
Definition: rrc_nbiot.h:7104
asn1::rrc::rrc_conn_resume_nb_r13_ies_s
Definition: rrc_nbiot.h:6142
asn1::rrc::sib_type1_nb_v1450_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:9449
asn1::rrc::phy_layer_params_nb_v1530_s::sr_without_harq_ack_r15_present
bool sr_without_harq_ack_r15_present
Definition: rrc_nbiot.h:8297
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::options
options
Definition: rrc_nbiot.h:2716
asn1::rrc::rrc_conn_setup_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12630
asn1::rrc::pcch_cfg_nb_r13_s::default_paging_cycle_r13_opts::rf128
@ rf128
Definition: rrc_nbiot.h:3640
asn1::rrc::wus_max_dur_factor_nb_r15_opts
Definition: rrc_nbiot.h:2874
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5665
asn1::rrc::cell_resel_info_common_nb_v1450_s::s_search_delta_p_r14_opts::db15
@ db15
Definition: rrc_nbiot.h:3914
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::type
types type() const
Definition: rrc_nbiot.h:2004
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::n34
@ n34
Definition: rrc_nbiot.h:2345
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::sf256
@ sf256
Definition: rrc_nbiot.h:825
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15_opts::ms240
@ ms240
Definition: rrc_nbiot.h:3877
asn1::rrc::dl_ccch_msg_type_nb_c::types_opts::value
enum asn1::rrc::dl_ccch_msg_type_nb_c::types_opts::options value
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::sr_sps_bsr_cfg_nb_r15_c
sr_sps_bsr_cfg_nb_r15_c()=default
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:6161
asn1::rrc::cell_resel_info_common_nb_v1450_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8507
asn1::rrc::mac_params_nb_r14_s
Definition: rrc_nbiot.h:8387
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:2703
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18286
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::different_pci_r14_s_::eutra_num_crs_ports_r14_e_
enumerated< eutra_num_crs_ports_r14_opts > eutra_num_crs_ports_r14_e_
Definition: rrc_nbiot.h:2967
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::c
pod_choice_buffer_t c
Definition: rrc_nbiot.h:700
asn1::rrc::sib_type15_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:10181
asn1::rrc::ue_cap_nb_v1440_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:8410
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db20
@ db20
Definition: rrc_nbiot.h:3942
asn1::rrc::ul_pwr_ctrl_ded_nb_r13_s::p0_ue_npusch_r13
int8_t p0_ue_npusch_r13
Definition: rrc_nbiot.h:1192
asn1::rrc::tdd_ue_cap_nb_r15_s::phy_layer_params_rel14_r15_present
bool phy_layer_params_rel14_r15_present
Definition: rrc_nbiot.h:8313
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::options
options
Definition: rrc_nbiot.h:478
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15_opts::ms40
@ ms40
Definition: rrc_nbiot.h:8440
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_
Definition: rrc_nbiot.h:4763
asn1::rrc::ch_raster_offset_nb_r13_opts::khz_minus7dot5
@ khz_minus7dot5
Definition: rrc_nbiot.h:1593
asn1::rrc::rrc_conn_release_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14404
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1530_opts::ms160000
@ ms160000
Definition: rrc_nbiot.h:1406
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13225
asn1::rrc::sib_type22_nb_r14_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:4887
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_eleventh
@ one_eleventh
Definition: rrc_nbiot.h:3553
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf32
@ sf32
Definition: rrc_nbiot.h:7829
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::number_type
float number_type
Definition: rrc_nbiot.h:3565
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::r16
@ r16
Definition: rrc_nbiot.h:8124
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::nprach_preamb_format_r15_opts::fmt1
@ fmt1
Definition: rrc_nbiot.h:3482
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:7508
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf20
uint8_t & sf20()
Definition: rrc_nbiot.h:4170
asn1::rrc::tdd_ul_dl_align_offset_nb_r15_e
enumerated< tdd_ul_dl_align_offset_nb_r15_opts > tdd_ul_dl_align_offset_nb_r15_e
Definition: rrc_nbiot.h:293
asn1::rrc::rlc_cfg_nb_r13_c::set_um_uni_dir_ul_r15
void set_um_uni_dir_ul_r15()
Definition: rrc_nbiot.cc:1247
asn1::rrc::rrc_conn_resume_request_nb_r13_ies_s::resume_id_r13
fixed_bitstring< 40 > resume_id_r13
Definition: rrc_nbiot.h:7574
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::ue_cap_info_r13
ue_cap_info_nb_r13_ies_s & ue_cap_info_r13()
Definition: rrc_nbiot.h:8511
asn1::rrc::ul_cfg_common_nb_v1530_s::nprach_params_list_fmt2_edt_r15_present
bool nprach_params_list_fmt2_edt_r15_present
Definition: rrc_nbiot.h:3802
asn1::rrc::rr_cfg_common_sib_nb_r13_s::dl_gap_r13
dl_gap_cfg_nb_r13_s dl_gap_r13
Definition: rrc_nbiot.h:4088
asn1::rrc::inband_different_pci_tdd_nb_r15_s::sib_inband_location_r15_opts::value
enum asn1::rrc::inband_different_pci_tdd_nb_r15_s::sib_inband_location_r15_opts::options value
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::b936
@ b936
Definition: rrc_nbiot.h:2161
asn1::rrc::rrc_conn_recfg_complete_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16124
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_opts
Definition: rrc_nbiot.h:3998
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms128
@ ms128
Definition: rrc_nbiot.h:2489
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::options
options
Definition: rrc_nbiot.h:2206
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::set_spare2
void set_spare2()
Definition: rrc_nbiot.cc:15748
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::pp2048
@ pp2048
Definition: rrc_nbiot.h:1216
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::sf2560
@ sf2560
Definition: rrc_nbiot.h:1029
asn1::rrc::rrc_conn_recfg_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:6109
asn1::rrc::rrc_conn_setup_complete_nb_v1470_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17218
asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15_s_::tdd_si_sfs_bitmap_r15
dl_bitmap_nb_r13_c tdd_si_sfs_bitmap_r15
Definition: rrc_nbiot.h:3766
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf32
uint8_t & set_sf32()
Definition: rrc_nbiot.cc:17838
asn1::rrc::sib_type15_nb_r14_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:4709
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:3101
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13
drx_ul_retx_timer_r13_e_ drx_ul_retx_timer_r13
Definition: rrc_nbiot.h:883
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:19498
asn1::rrc::sib_type_nb_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:8103
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::n3
@ n3
Definition: rrc_nbiot.h:1382
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:5238
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c
c1_c_ c
Definition: rrc_nbiot.h:8726
asn1::rrc::rach_cfg_common_nb_r13_s::preamb_trans_max_ce_r13
preamb_trans_max_e preamb_trans_max_ce_r13
Definition: rrc_nbiot.h:3716
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts
Definition: rrc_nbiot.h:8153
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4578
asn1::rrc::pdcp_cfg_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:1096
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:19846
asn1::rrc::access_stratum_release_nb_r13_opts::rel13
@ rel13
Definition: rrc_nbiot.h:6712
asn1::rrc::rrc_conn_reest_complete_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:7187
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n12
@ n12
Definition: rrc_nbiot.h:2665
asn1::rrc::rlc_cfg_nb_r13_c::type_
types type_
Definition: rrc_nbiot.h:637
asn1::rrc::sib_type23_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:10800
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n23
@ n23
Definition: rrc_nbiot.h:2460
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16650
asn1::rrc::rrc_conn_release_nb_r13_ies_s::non_crit_ext
rrc_conn_release_nb_v1430_ies_s non_crit_ext
Definition: rrc_nbiot.h:6133
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15
nprach_num_subcarriers_r15_e_ nprach_num_subcarriers_r15
Definition: rrc_nbiot.h:2755
asn1::rrc::plmn_id_info_nb_r13_s::cell_reserved_for_oper_r13_opts::not_reserved
@ not_reserved
Definition: rrc_nbiot.h:4558
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::options
options
Definition: rrc_nbiot.h:2777
asn1::rrc::phy_layer_params_nb_v1430_s
Definition: rrc_nbiot.h:8283
asn1::rrc::sc_mtch_sched_info_nb_r14_s
Definition: rrc_nbiot.h:7807
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5891
asn1::rrc::nprach_cfg_sib_nb_v1550_s::tdd_params_v1550_s_::nprach_params_list_tdd_v1550
nprach_params_list_tdd_nb_v1550_l nprach_params_list_tdd_v1550
Definition: rrc_nbiot.h:3531
asn1::rrc::ue_cap_nb_v1440_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18937
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_npdsch_max_tbs_sc_mtch_r14_opts::value
enum asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_npdsch_max_tbs_sc_mtch_r14_opts::options value
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::value
enum asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::options value
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf320
uint16_t & sf320()
Definition: rrc_nbiot.h:4210
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::value
enum asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::options value
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_dur_coeff_r13_opts::three_eighth
@ three_eighth
Definition: rrc_nbiot.h:256
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::ms10000
@ ms10000
Definition: rrc_nbiot.h:4452
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::ms1024
@ ms1024
Definition: rrc_nbiot.h:2337
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_e_
enumerated< nrs_crs_pwr_offset_v1450_opts > nrs_crs_pwr_offset_v1450_e_
Definition: rrc_nbiot.h:4393
asn1::rrc::nprach_cfg_sib_nb_v1450_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:7496
asn1::rrc::ab_cfg_plmn_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:82
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350
t311_v1350_e_ t311_v1350
Definition: rrc_nbiot.h:1424
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::cell_resel_info_common_nb_v1450_s::s_search_delta_p_r14_opts::db9
@ db9
Definition: rrc_nbiot.h:3914
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms1024
@ ms1024
Definition: rrc_nbiot.h:2489
asn1::rrc::t_poll_retx_nb_r13_opts::ms25000
@ ms25000
Definition: rrc_nbiot.h:92
asn1::rrc::tdd_ue_cap_nb_r15_s::phy_layer_params_v1530_present
bool phy_layer_params_v1530_present
Definition: rrc_nbiot.h:8314
asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:8223
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:14792
asn1::rrc::guardband_tdd_nb_r15_s::eutra_bandwitdh_r15_opts::bw5or10
@ bw5or10
Definition: rrc_nbiot.h:1900
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:14488
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::nprach_preamb_format_r15_opts::fmt1_a
@ fmt1_a
Definition: rrc_nbiot.h:3482
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_carrier_idx_r14
uint8_t npdcch_carrier_idx_r14
Definition: rrc_nbiot.h:2443
asn1::rrc::ho_prep_info_nb_v1380_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15459
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db9
@ db9
Definition: rrc_nbiot.h:5327
asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15_s_::tdd_si_carrier_info_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8180
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5244
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::types_opts::value
enum asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::types_opts::options value
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_carrier_idx_r15
uint8_t npdcch_carrier_idx_r15
Definition: rrc_nbiot.h:2613
asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:8478
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:841
asn1::rrc::reest_cause_nb_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7291
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::sib_guardband_info_r15_c_
sib_guardband_info_r15_c_()=default
asn1::rrc::ho_prep_info_nb_ies_s::as_cfg_r13
as_cfg_nb_s as_cfg_r13
Definition: rrc_nbiot.h:6910
asn1::rrc::dl_gap_cfg_nb_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:444
asn1::rrc::ul_pwr_ctrl_ded_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:2473
asn1::rrc::npusch_cfg_ded_nb_r13_s
Definition: rrc_nbiot.h:992
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:942
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::one_third
@ one_third
Definition: rrc_nbiot.h:2681
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::types_opts::spare3
@ spare3
Definition: rrc_nbiot.h:8556
asn1::rrc::sib_type5_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:11275
asn1::rrc::rrc_conn_resume_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14006
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:11402
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::type_
types type_
Definition: rrc_nbiot.h:1065
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_e_
enumerated< nprach_periodicity_r15_opts > nprach_periodicity_r15_e_
Definition: rrc_nbiot.h:2637
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::value
enum asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::options value
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::ue_radio_paging_info_r13
ue_radio_paging_info_nb_ies_s & ue_radio_paging_info_r13()
Definition: rrc_nbiot.h:8768
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min9
@ min9
Definition: rrc_nbiot.h:6828
asn1::rrc::t_poll_retx_nb_r13_opts::ms6000
@ ms6000
Definition: rrc_nbiot.h:89
asn1::rrc::establishment_cause_nb_r13_opts::delay_tolerant_access_v1330
@ delay_tolerant_access_v1330
Definition: rrc_nbiot.h:7425
asn1::rrc::rr_cfg_common_sib_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8919
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:175
asn1::rrc::nprach_probability_anchor_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:7682
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::dbm_minus128
@ dbm_minus128
Definition: rrc_nbiot.h:3144
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf10
uint8_t & set_sf10()
Definition: rrc_nbiot.cc:9150
asn1::rrc::rrc_conn_reest_nb_s
Definition: rrc_nbiot.h:5613
asn1::rrc::wus_max_dur_factor_nb_r15_opts::options
options
Definition: rrc_nbiot.h:2875
asn1::rrc::rr_cfg_common_sib_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8844
asn1::rrc::ul_info_transfer_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:9001
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::ms256
@ ms256
Definition: rrc_nbiot.h:2337
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::sib_eutra_num_crs_ports_r15
sib_eutra_num_crs_ports_r15_e_ sib_eutra_num_crs_ports_r15
Definition: rrc_nbiot.h:1799
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530_opts::value
enum asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530_opts::options value
asn1::rrc::guardband_tdd_nb_r15_s::eutra_bandwitdh_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1900
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::establishment_cause_r15_opts::mo_data
@ mo_data
Definition: rrc_nbiot.h:7740
asn1::rrc::access_stratum_release_nb_r13_e
enumerated< access_stratum_release_nb_r13_opts, true > access_stratum_release_nb_r13_e
Definition: rrc_nbiot.h:6718
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_r13
uint32_t carrier_freq_r13
Definition: rrc_nbiot.h:145
asn1::rrc::pcch_msg_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16033
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_opts
Definition: rrc_nbiot.h:1389
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::type_
types type_
Definition: rrc_nbiot.h:5792
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15775
asn1::rrc::sib_type2_nb_r13_s::freq_info_r13_s_
Definition: rrc_nbiot.h:4723
asn1::rrc::inband_different_pci_nb_r13_s::eutra_num_crs_ports_r13_opts::options
options
Definition: rrc_nbiot.h:1616
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8064
asn1::rrc::pcch_msg_type_nb_c::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7040
asn1::rrc::rf_params_nb_r13_s::supported_band_list_r13
supported_band_list_nb_r13_l supported_band_list_r13
Definition: rrc_nbiot.h:6779
asn1::rrc::cell_resel_info_common_nb_v1450_s::s_search_delta_p_r14_opts::value
enum asn1::rrc::cell_resel_info_common_nb_v1450_s::s_search_delta_p_r14_opts::options value
asn1::rrc::ue_cap_nb_v1530_ies_s::phy_layer_params_v1530_present
bool phy_layer_params_v1530_present
Definition: rrc_nbiot.h:8349
asn1::rrc::meas_result_serv_cell_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15837
asn1::rrc::sib_guardband_guardband_tdd_nb_r15_s::sib_guardband_guardband_location_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4011
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc_s_::profiles_r13_s_::profile0x0004
bool profile0x0004
Definition: rrc_nbiot.h:540
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_thres_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:241
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:6525
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n32
@ n32
Definition: rrc_nbiot.h:2733
asn1::rrc::rrc_conn_request_nb_r13_ies_s::spare
fixed_bitstring< 17 > spare
Definition: rrc_nbiot.h:7444
asn1::rrc::sib_type4_nb_r13_s::intra_freq_black_cell_list_r13
intra_freq_black_cell_list_l intra_freq_black_cell_list_r13
Definition: rrc_nbiot.h:5000
asn1::rrc::pcch_msg_type_nb_c::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7059
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts
Definition: rrc_nbiot.h:2488
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:11580
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::types_opts::value
enum asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::types_opts::options value
asn1::rrc::nprach_cfg_sib_nb_r13_s::nprach_cp_len_r13_opts::us266dot7
@ us266dot7
Definition: rrc_nbiot.h:3427
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::number_type
float number_type
Definition: rrc_nbiot.h:706
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3399
asn1::rrc::plmn_id_s
Definition: common.h:246
asn1::rrc::sib_type_nb_r13_e
enumerated< sib_type_nb_r13_opts > sib_type_nb_r13_e
Definition: rrc_nbiot.h:3750
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:783
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16713
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::r8
@ r8
Definition: rrc_nbiot.h:2374
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n40
@ n40
Definition: rrc_nbiot.h:2414
asn1::rrc::ul_dcch_msg_type_nb_c::type_
types type_
Definition: rrc_nbiot.h:9190
asn1::rrc::rrc_conn_recfg_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14266
asn1::rrc::rrc_conn_setup_complete_nb_v1430_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17260
asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5303
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:5560
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::set_inband_different_pci_r13
inband_different_pci_nb_r13_s & set_inband_different_pci_r13()
Definition: rrc_nbiot.cc:3841
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_rrm_pwr_offset_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4770
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::types_opts::value
enum asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::types_opts::options value
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::s25
@ s25
Definition: rrc_nbiot.h:6812
asn1::rrc::sib_type1_nb_s::cell_sel_info_r13_s_::q_qual_min_r13
int8_t q_qual_min_r13
Definition: rrc_nbiot.h:5300
asn1::rrc::paging_nb_s::paging_record_list_r13
paging_record_list_nb_r13_l paging_record_list_r13
Definition: rrc_nbiot.h:7028
asn1::rrc::ab_cfg_nb_r13_s::ab_barr_for_special_ac_r13
fixed_bitstring< 5 > ab_barr_for_special_ac_r13
Definition: rrc_nbiot.h:67
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2214
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::sf128
@ sf128
Definition: rrc_nbiot.h:1029
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::type
types type() const
Definition: rrc_nbiot.h:1496
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:6470
asn1::rrc::mac_params_nb_v1530_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18715
asn1::rrc::access_stratum_release_nb_r13_opts::spare3
@ spare3
Definition: rrc_nbiot.h:6712
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:5353
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:15518
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_opts::db6
@ db6
Definition: rrc_nbiot.h:3337
asn1::rrc::standalone_tdd_nb_r15_s::sib_standalone_location_r15_opts::options
options
Definition: rrc_nbiot.h:1970
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::options
options
Definition: rrc_nbiot.h:790
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:1462
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::ssp9
@ ssp9
Definition: rrc_nbiot.h:3257
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf8192
@ sf8192
Definition: rrc_nbiot.h:7842
asn1::rrc::ue_radio_paging_info_nb_ies_s
Definition: rrc_nbiot.h:8739
asn1::rrc::ul_dcch_msg_type_nb_c::types_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:20914
asn1::rrc::npdcch_cfg_ded_nb_v1530_s::npdcch_start_sf_uss_v1530_opts::v96
@ v96
Definition: rrc_nbiot.h:974
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db22
@ db22
Definition: rrc_nbiot.h:4935
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::ms60000
@ ms60000
Definition: rrc_nbiot.h:4420
asn1::rrc::nprach_cfg_sib_nb_v1550_s
Definition: rrc_nbiot.h:3529
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::zero
@ zero
Definition: rrc_nbiot.h:2513
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms640
@ ms640
Definition: rrc_nbiot.h:2646
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::v32
@ v32
Definition: rrc_nbiot.h:4036
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::ms40
@ ms40
Definition: rrc_nbiot.h:2329
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:1030
asn1::rrc::rrc_conn_reest_complete_nb_v1470_ies_s
Definition: rrc_nbiot.h:7174
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::different_pci_r13
different_pci_r13_s_ & different_pci_r13()
Definition: rrc_nbiot.h:439
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::value
enum asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::options value
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::rf16384
@ rf16384
Definition: rrc_nbiot.h:4812
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_present
bool nprach_subcarrier_offset_r14_present
Definition: rrc_nbiot.h:2426
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_num_occ_diff_precoders_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:4786
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2888
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::set_nprach_fmt0_fmt1_r15
uint8_t & set_nprach_fmt0_fmt1_r15()
Definition: rrc_nbiot.cc:1437
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:7200
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4028
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::types_opts::options
options
Definition: rrc_nbiot.h:656
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::ded_info_nas_r13
dyn_octstring ded_info_nas_r13
Definition: rrc_nbiot.h:7669
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2656
asn1::rrc::npdcch_cfg_ded_nb_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:2002
asn1::rrc::ul_dcch_msg_type_nb_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:20451
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::different_pci_r13_s_::eutra_num_crs_ports_r13_opts::options
options
Definition: rrc_nbiot.h:405
asn1::rrc::rrc_conn_reject_nb_s
Definition: rrc_nbiot.h:5687
asn1::rrc::rr_cfg_common_sib_nb_r13_s::nprach_cfg_v1530
copy_ptr< nprach_cfg_sib_nb_v1530_s > nprach_cfg_v1530
Definition: rrc_nbiot.h:4096
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::options
options
Definition: rrc_nbiot.h:4028
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:18353
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf2048
uint16_t & sf2048()
Definition: rrc_nbiot.h:7928
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf128
uint8_t & sf128()
Definition: rrc_nbiot.h:4195
asn1::rrc::mac_main_cfg_nb_r13_s
Definition: rrc_nbiot.h:1207
asn1::rrc::retx_bsr_timer_nb_r13_e
enumerated< retx_bsr_timer_nb_r13_opts > retx_bsr_timer_nb_r13_e
Definition: rrc_nbiot.h:1023
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6736
asn1::rrc::t_poll_retx_nb_r13_opts::ms40000
@ ms40000
Definition: rrc_nbiot.h:93
asn1::rrc::nprach_cfg_sib_nb_r13_s
Definition: rrc_nbiot.h:3425
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_
Definition: rrc_nbiot.h:1213
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::c
rrc_early_data_request_nb_r15_ies_s c
Definition: rrc_nbiot.h:7794
asn1::rrc::sys_info_nb_s::crit_exts_c_::set_sys_info_r13
sys_info_nb_r13_ies_s & set_sys_info_r13()
Definition: rrc_nbiot.cc:11808
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::pp3
@ pp3
Definition: rrc_nbiot.h:782
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530_opts
Definition: rrc_nbiot.h:4475
asn1::rrc::tdd_cfg_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6875
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::r128
@ r128
Definition: rrc_nbiot.h:3107
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::r2
@ r2
Definition: rrc_nbiot.h:3101
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14
nprach_subcarrier_msg3_range_start_r14_e_ nprach_subcarrier_msg3_range_start_r14
Definition: rrc_nbiot.h:2438
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::zero
@ zero
Definition: rrc_nbiot.h:2724
asn1::rrc::sched_info_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:9826
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::type_
types type_
Definition: rrc_nbiot.h:4806
asn1::rrc::rlc_cfg_nb_r13_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:1299
asn1::rrc::rrc_conn_release_nb_v1430_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:6069
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::three_quarter
@ three_quarter
Definition: rrc_nbiot.h:8161
asn1::rrc::ul_dcch_msg_type_nb_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:20436
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::attach_without_pdn_connect_r13_present
bool attach_without_pdn_connect_r13_present
Definition: rrc_nbiot.h:7662
asn1::rrc::pcch_cfg_nb_r13_s
Definition: rrc_nbiot.h:3638
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::pwr_ramp_step_ce1_r14_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:3164
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_opts::cs2
@ cs2
Definition: rrc_nbiot.h:6744
asn1::rrc::sys_info_nb_s::crit_exts_c_::c
sys_info_nb_r13_ies_s c
Definition: rrc_nbiot.h:5263
asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6883
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13
nprach_subcarrier_msg3_range_start_r13_e_ nprach_subcarrier_msg3_range_start_r13
Definition: rrc_nbiot.h:2312
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:16737
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:8811
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:6969
asn1::rrc::sib_type_nb_r13_opts::sib_type5_nb_r13
@ sib_type5_nb_r13
Definition: rrc_nbiot.h:3737
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::spare4
@ spare4
Definition: rrc_nbiot.h:811
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:12085
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13122
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17318
asn1::rrc::standalone_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3695
asn1::rrc::dl_dcch_msg_type_nb_c::types_opts
Definition: rrc_nbiot.h:6651
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::n0
@ n0
Definition: rrc_nbiot.h:2345
asn1::rrc::establishment_cause_nb_r13_opts::mo_data
@ mo_data
Definition: rrc_nbiot.h:7423
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:169
asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15
sf_assign_r15_e_ sf_assign_r15
Definition: rrc_nbiot.h:3268
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13550
asn1::rrc::sib_type1_nb_s::dl_bitmap_r13
dl_bitmap_nb_r13_c dl_bitmap_r13
Definition: rrc_nbiot.h:5364
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::set_rohc
rohc_s_ & set_rohc()
Definition: rrc_nbiot.cc:1138
asn1::rrc::rrc_conn_request_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16809
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::pwr_ramp_step_ce1_r14_opts::value
enum asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::pwr_ramp_step_ce1_r14_opts::options value
asn1::rrc::dl_bitmap_nb_r13_c::~dl_bitmap_nb_r13_c
~dl_bitmap_nb_r13_c()
Definition: rrc_nbiot.h:200
asn1::rrc::srb_to_add_mod_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:2318
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:6926
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::options
options
Definition: rrc_nbiot.h:2845
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_e_
enumerated< npdcch_offset_ra_r15_opts > npdcch_offset_ra_r15_e_
Definition: rrc_nbiot.h:2731
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5911
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::ms80
@ ms80
Definition: rrc_nbiot.h:2329
asn1::rrc::t_poll_retx_nb_r13_opts
Definition: rrc_nbiot.h:81
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf2048
uint16_t & set_sf2048()
Definition: rrc_nbiot.cc:17893
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::db_minus2
@ db_minus2
Definition: rrc_nbiot.h:3034
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14
npdcch_start_sf_sc_mcch_r14_e_ npdcch_start_sf_sc_mcch_r14
Definition: rrc_nbiot.h:4066
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::types_opts::value
enum asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::types_opts::options value
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13
dl_bitmap_non_anchor_r13_c_ dl_bitmap_non_anchor_r13
Definition: rrc_nbiot.h:492
asn1::rrc::ue_cap_nb_v1530_ies_s::mac_params_v1530
mac_params_nb_v1530_s mac_params_v1530
Definition: rrc_nbiot.h:8353
asn1::rrc::phy_layer_params_nb_v1430_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18581
asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13_opts::options
options
Definition: rrc_nbiot.h:5303
asn1::rrc::mib_tdd_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4429
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_e_
enumerated< t301_r13_opts > t301_r13_e_
Definition: rrc_nbiot.h:1356
asn1::rrc::ue_cap_nb_v1440_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18951
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_opts::three_eighth
@ three_eighth
Definition: rrc_nbiot.h:2405
asn1::rrc::pcch_msg_type_nb_c::types_opts::msg_class_ext
@ msg_class_ext
Definition: rrc_nbiot.h:7059
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::one_t
@ one_t
Definition: rrc_nbiot.h:3651
asn1::rrc::ue_cap_nb_v1530_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18765
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:19365
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::set_spare3
void set_spare3()
Definition: rrc_nbiot.cc:19426
asn1
Definition: asn1_utils.h:34
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:9662
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::options
options
Definition: rrc_nbiot.h:798
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_npdsch_max_tbs_sc_mtch_r14_opts
Definition: rrc_nbiot.h:8110
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day1hr12
@ day1hr12
Definition: rrc_nbiot.h:6855
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf80
@ sf80
Definition: rrc_nbiot.h:7832
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:16731
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:2233
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15
nprach_start_time_r15_e_ nprach_start_time_r15
Definition: rrc_nbiot.h:2605
asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13
npdcch_offset_ra_r13_e_ npdcch_offset_ra_r13
Definition: rrc_nbiot.h:2317
asn1::rrc::paging_nb_s::sys_info_mod_e_drx_r13_present
bool sys_info_mod_e_drx_r13_present
Definition: rrc_nbiot.h:7026
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db1dot23
@ db1dot23
Definition: rrc_nbiot.h:4375
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::set_rrc_conn_reest_r13
rrc_conn_reest_nb_r13_ies_s & set_rrc_conn_reest_r13()
Definition: rrc_nbiot.cc:12812
asn1::rrc::carrier_freq_nb_v1550_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:183
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db35
@ db35
Definition: rrc_nbiot.h:3942
asn1::rrc::tdd_ue_cap_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18641
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_present
bool nprach_num_subcarriers_r14_present
Definition: rrc_nbiot.h:2427
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::ms3000
@ ms3000
Definition: rrc_nbiot.h:1374
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13_e_
enumerated< dl_gap_periodicity_r13_opts > dl_gap_periodicity_r13_e_
Definition: rrc_nbiot.h:254
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13
t311_r13_e_ t311_r13
Definition: rrc_nbiot.h:1419
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530_opts::ms80000
@ ms80000
Definition: rrc_nbiot.h:4476
asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13
nprach_num_subcarriers_r13_e_ nprach_num_subcarriers_r13
Definition: rrc_nbiot.h:2311
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:6470
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14
sc_mcch_repeat_period_r14_e_ sc_mcch_repeat_period_r14
Definition: rrc_nbiot.h:4852
asn1::rrc::plmn_id_info_nb_r13_s::cell_reserved_for_oper_r13_e_
enumerated< cell_reserved_for_oper_r13_opts > cell_reserved_for_oper_r13_e_
Definition: rrc_nbiot.h:4562
asn1::rrc::paging_weight_nb_r14_opts::w1
@ w1
Definition: rrc_nbiot.h:2805
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:16149
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db5
@ db5
Definition: rrc_nbiot.h:4926
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:16201
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::type_
types type_
Definition: rrc_nbiot.h:1251
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day14
@ day14
Definition: rrc_nbiot.h:6863
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::spare4
@ spare4
Definition: rrc_nbiot.h:3688
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::ms6000
@ ms6000
Definition: rrc_nbiot.h:1350
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13
nb_r13_e_ nb_r13
Definition: rrc_nbiot.h:3703
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::set_spare
void set_spare()
Definition: rrc_nbiot.cc:779
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::c
rrc_conn_reject_nb_r13_ies_s c
Definition: rrc_nbiot.h:5720
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::operator=
sib_guardband_info_r15_c_ & operator=(const sib_guardband_info_r15_c_ &other)
Definition: rrc_nbiot.cc:4165
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13_opts::three_eighth
@ three_eighth
Definition: rrc_nbiot.h:951
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db1
@ db1
Definition: rrc_nbiot.h:4374
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::ms240
@ ms240
Definition: rrc_nbiot.h:2329
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::number_type
float number_type
Definition: rrc_nbiot.h:8165
asn1::rrc::rrc_conn_setup_complete_nb_v1470_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:7635
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::types_opts::crit_exts_future
@ crit_exts_future
Definition: rrc_nbiot.h:8968
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:17148
asn1::rrc::pci_arfcn_nb_r14_s::pci_r14
uint16_t pci_r14
Definition: rrc_nbiot.h:7106
asn1::rrc::cell_resel_info_common_nb_v1450_s::s_search_delta_p_r14_opts::db12
@ db12
Definition: rrc_nbiot.h:3914
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:5384
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::type_
types type_
Definition: rrc_nbiot.h:6202
asn1::rrc::paging_weight_nb_r14_opts::w7
@ w7
Definition: rrc_nbiot.h:2805
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf1048576
@ rf1048576
Definition: rrc_nbiot.h:4835
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2585
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c
c1_c_ c
Definition: rrc_nbiot.h:8812
asn1::rrc::sc_mcch_msg_type_nb_c::types_opts::c1
@ c1
Definition: rrc_nbiot.h:8238
asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_::c
scptm_cfg_nb_r14_s c
Definition: rrc_nbiot.h:8235
asn1::rrc::pci_arfcn_nb_r14_s::carrier_freq_r14
carrier_freq_nb_r13_s carrier_freq_r14
Definition: rrc_nbiot.h:7107
asn1::rrc::redirected_carrier_info_nb_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12457
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n32
@ n32
Definition: rrc_nbiot.h:2414
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5329
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::sr_without_harq_ack_cfg_nb_r15_c
sr_without_harq_ack_cfg_nb_r15_c()=default
asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:4987
asn1::rrc::nprach_cfg_sib_nb_v1530_s::fmt2_params_r15_s_
Definition: rrc_nbiot.h:3501
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::r2
@ r2
Definition: rrc_nbiot.h:2372
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp16
@ pp16
Definition: rrc_nbiot.h:7809
asn1::rrc::tdd_cfg_nb_r15_s
Definition: rrc_nbiot.h:3237
asn1::rrc::dl_bitmap_nb_r13_c::sf_pattern10_r13
fixed_bitstring< 10 > & sf_pattern10_r13()
Definition: rrc_nbiot.h:207
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:6346
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13
nprach_num_cbra_start_subcarriers_r13_e_ nprach_num_cbra_start_subcarriers_r13
Definition: rrc_nbiot.h:2469
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19244
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::spare3
@ spare3
Definition: rrc_nbiot.h:8133
asn1::rrc::rrc_conn_release_nb_r13_ies_s::resume_id_r13_present
bool resume_id_r13_present
Definition: rrc_nbiot.h:6123
asn1::rrc::security_mode_complete_s
Definition: security.h:389
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:12817
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::set_rrc_early_data_request_r15
rrc_early_data_request_nb_r15_s & set_rrc_early_data_request_r15()
Definition: rrc_nbiot.cc:20153
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16866
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:19122
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::spare3
@ spare3
Definition: rrc_nbiot.h:2704
asn1::rrc::as_cfg_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3463
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::spare2
@ spare2
Definition: rrc_nbiot.h:839
asn1::rrc::mac_params_nb_r14_s::rai_support_r14_present
bool rai_support_r14_present
Definition: rrc_nbiot.h:8389
asn1::rrc::phys_cfg_ded_nb_r13_s::carrier_cfg_ded_r13_present
bool carrier_cfg_ded_r13_present
Definition: rrc_nbiot.h:1322
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:8816
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:5449
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7362
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp16
@ pp16
Definition: rrc_nbiot.h:857
asn1::rrc::standalone_tdd_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4387
asn1::rrc::cqi_npdcch_short_nb_r14_opts::candidate_rep_minus3
@ candidate_rep_minus3
Definition: rrc_nbiot.h:7269
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_npdsch_max_tbs_sc_mtch_r14_opts::n680
@ n680
Definition: rrc_nbiot.h:8111
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db_minus6
@ db_minus6
Definition: rrc_nbiot.h:4369
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_reject_r13
@ rrc_conn_reject_r13
Definition: rrc_nbiot.h:5885
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:6926
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_e_
enumerated< lc_ch_sr_prohibit_timer_r13_opts > lc_ch_sr_prohibit_timer_r13_e_
Definition: rrc_nbiot.h:1222
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::s40
@ s40
Definition: rrc_nbiot.h:6814
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:10089
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2414
asn1::rrc::rrc_conn_recfg_complete_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:7118
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp3
@ pp3
Definition: rrc_nbiot.h:4111
asn1::rrc::rrc_early_data_request_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17560
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::value
enum asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::options value
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::spare2
@ spare2
Definition: rrc_nbiot.h:2537
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v64
@ v64
Definition: rrc_nbiot.h:2716
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::n144
@ n144
Definition: rrc_nbiot.h:2505
asn1::rrc::dl_cfg_common_nb_r14_s::ext
bool ext
Definition: rrc_nbiot.h:3320
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4484
asn1::rrc::rrc_conn_recfg_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13898
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus88
@ dbm_minus88
Definition: rrc_nbiot.h:3193
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:2685
asn1::rrc::plmn_id_info_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:9789
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts::ms6000
@ ms6000
Definition: rrc_nbiot.h:4500
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_e_
enumerated< pwr_class14dbm_offset_r14_opts > pwr_class14dbm_offset_r14_e_
Definition: rrc_nbiot.h:3940
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:5341
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day_more_than30
@ day_more_than30
Definition: rrc_nbiot.h:6867
asn1::rrc::sib_type1_nb_v1350_s::non_crit_ext
sib_type1_nb_v1430_s non_crit_ext
Definition: rrc_nbiot.h:5222
asn1::rrc::inter_freq_neigh_cell_info_nb_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4837
asn1::rrc::rrc_conn_reject_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12876
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc0
@ sc0
Definition: rrc_nbiot.h:3588
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::ms3000
@ ms3000
Definition: rrc_nbiot.h:4452
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::pwr_ramp_step_ce1_r14
pwr_ramp_step_ce1_r14_e_ pwr_ramp_step_ce1_r14
Definition: rrc_nbiot.h:3208
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf20
@ sf20
Definition: rrc_nbiot.h:7828
asn1::rrc::intra_freq_cell_resel_info_nb_v1360_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8633
asn1::rrc::standalone_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3683
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp32
@ pp32
Definition: rrc_nbiot.h:7809
asn1::rrc::sys_info_nb_s::crit_exts_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:11865
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_opts::db30
@ db30
Definition: rrc_nbiot.h:3345
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::ms2500
@ ms2500
Definition: rrc_nbiot.h:1350
asn1::rrc::rrc_conn_reject_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:5570
asn1::rrc::nprach_cfg_sib_nb_r13_s::nprach_cp_len_r13_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:7453
asn1::rrc::reest_cause_nb_r13_opts::recfg_fail
@ recfg_fail
Definition: rrc_nbiot.h:7291
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::operation_mode_info_r15_c_
operation_mode_info_r15_c_()=default
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::n3
@ n3
Definition: rrc_nbiot.h:4460
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_rrc_conn_resume_complete_r13
rrc_conn_resume_complete_nb_s & set_rrc_conn_resume_complete_r13()
Definition: rrc_nbiot.cc:20691
asn1::rrc::inband_same_pci_tdd_nb_r15_s::sib_inband_location_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4380
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::types_opts::options
options
Definition: rrc_nbiot.h:7530
asn1::rrc::sib_type14_nb_r13_s::ab_per_nrsrp_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:4680
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:4147
asn1::rrc::sib_type_nb_r13_opts::sib_type16_nb_r13
@ sib_type16_nb_r13
Definition: rrc_nbiot.h:3739
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db3
@ db3
Definition: rrc_nbiot.h:5320
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::options
options
Definition: rrc_nbiot.h:4460
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::spare3
@ spare3
Definition: rrc_nbiot.h:2277
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6019
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::one1024th_t
@ one1024th_t
Definition: rrc_nbiot.h:3661
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:14649
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::dbm_minus122
@ dbm_minus122
Definition: rrc_nbiot.h:3147
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:3606
asn1::rrc::ho_prep_info_nb_v1380_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15445
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13
nrs_crs_pwr_offset_r13_e_ nrs_crs_pwr_offset_r13
Definition: rrc_nbiot.h:5366
asn1::rrc::mib_nb_s::sys_info_value_tag_r13
uint8_t sys_info_value_tag_r13
Definition: rrc_nbiot.h:1734
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::ms5000
@ ms5000
Definition: rrc_nbiot.h:1374
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::n5
@ n5
Definition: rrc_nbiot.h:3461
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:20066
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db2
@ db2
Definition: rrc_nbiot.h:4376
asn1::rrc::sib_type20_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:10409
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_e_
enumerated< nprach_num_subcarriers_r14_opts > nprach_num_subcarriers_r14_e_
Definition: rrc_nbiot.h:2359
asn1::rrc::bcch_dl_sch_msg_type_nb_c::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:12335
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:6284
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12790
asn1::rrc::rrc_conn_reest_complete_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16295
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_present
bool nprach_params_r15_present
Definition: rrc_nbiot.h:2618
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::type
types type() const
Definition: rrc_nbiot.h:4644
asn1::rrc::ue_cap_nb_ext_r14_ies_s::mac_params_r14
mac_params_nb_r14_s mac_params_r14
Definition: rrc_nbiot.h:8426
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf2048
uint16_t & set_sf2048()
Definition: rrc_nbiot.cc:9215
asn1::rrc::sib_type3_nb_r13_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:4967
asn1::rrc::phy_layer_params_nb_v1530_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18616
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_e_
enumerated< npdcch_num_repeat_paging_r14_opts > npdcch_num_repeat_paging_r14_e_
Definition: rrc_nbiot.h:3123
asn1::rrc::sib_guardband_guardband_tdd_nb_r15_s::sib_guardband_guardband_location_r15_opts::value
enum asn1::rrc::sib_guardband_guardband_tdd_nb_r15_s::sib_guardband_guardband_location_r15_opts::options value
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:7798
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::later_c_
later_c_()=default
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:14497
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450
nrs_crs_pwr_offset_v1450_e_ nrs_crs_pwr_offset_v1450
Definition: rrc_nbiot.h:4398
asn1::rrc::access_stratum_release_nb_r13_opts::rel15
@ rel15
Definition: rrc_nbiot.h:6712
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::db3
@ db3
Definition: rrc_nbiot.h:478
asn1::rrc::dl_ccch_msg_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13609
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_long_r15_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:8500
asn1::rrc::establishment_cause_nb_r13_opts::value
enum asn1::rrc::establishment_cause_nb_r13_opts::options value
asn1::rrc::sib_type1_nb_s::si_win_len_r13_e_
enumerated< si_win_len_r13_opts > si_win_len_r13_e_
Definition: rrc_nbiot.h:5344
asn1::rrc::ue_cap_nb_v1530_ies_s::tdd_ue_cap_r15_present
bool tdd_ue_cap_r15_present
Definition: rrc_nbiot.h:8350
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_opts::sf5120
@ sf5120
Definition: rrc_nbiot.h:1286
asn1::rrc::cell_resel_info_common_nb_v1450_s::s_search_delta_p_r14_opts::db6
@ db6
Definition: rrc_nbiot.h:3914
asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13_opts::n36
@ n36
Definition: rrc_nbiot.h:2230
asn1::rrc::rlc_params_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18731
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15_e_
enumerated< time_offset_e_drx_short_r15_opts > time_offset_e_drx_short_r15_e_
Definition: rrc_nbiot.h:3883
asn1::rrc::sib_type1_nb_v1430_s
Definition: rrc_nbiot.h:4615
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7683
asn1::rrc::nprach_cfg_sib_nb_v1330_s::nprach_params_list_v1330
nprach_params_list_nb_v1330_l nprach_params_list_v1330
Definition: rrc_nbiot.h:3450
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v96
@ v96
Definition: rrc_nbiot.h:2716
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus94
@ dbm_minus94
Definition: rrc_nbiot.h:3190
asn1::rrc::nprach_params_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4918
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:416
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::types_opts::value
enum asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::types_opts::options value
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::value
enum asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::options value
asn1::rrc::rrc_conn_recfg_nb_r13_ies_s::ded_info_nas_list_r13_present
bool ded_info_nas_list_r13_present
Definition: rrc_nbiot.h:6106
asn1::rrc::dl_dcch_msg_nb_s::msg
dl_dcch_msg_type_nb_c msg
Definition: rrc_nbiot.h:6688
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:5274
asn1::rrc::pcch_cfg_nb_r13_s::default_paging_cycle_r13_opts::rf1024
@ rf1024
Definition: rrc_nbiot.h:3640
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::value
enum asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::options value
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::types_opts::value
enum asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::types_opts::options value
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::options
options
Definition: rrc_nbiot.h:1358
asn1::rrc::mac_main_cfg_nb_r13_s::ul_sch_cfg_r13_s_::periodic_bsr_timer_r13_present
bool periodic_bsr_timer_r13_present
Definition: rrc_nbiot.h:1209
asn1::rrc::ul_am_rlc_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:477
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf512
@ sf512
Definition: rrc_nbiot.h:7837
asn1::rrc::sib_type3_nb_r13_s::freq_band_info_r13_present
bool freq_band_info_r13_present
Definition: rrc_nbiot.h:4965
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_opts::db12
@ db12
Definition: rrc_nbiot.h:3337
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::types_opts::value
enum asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::types_opts::options value
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::~c1_c_
~c1_c_()
Definition: rrc_nbiot.h:6563
asn1::rrc::sr_nprach_res_nb_r15_s
Definition: rrc_nbiot.h:653
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::establishment_cause_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7740
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_e_
enumerated< t311_r13_opts > t311_r13_e_
Definition: rrc_nbiot.h:1380
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2289
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:2999
asn1::rrc::guardband_tdd_nb_r15_s::eutra_bandwitdh_r15_opts::bw15or20
@ bw15or20
Definition: rrc_nbiot.h:1900
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::sib4_r13
sib_type4_nb_r13_s & sib4_r13()
Definition: rrc_nbiot.h:5086
asn1::rrc::dl_bitmap_nb_r13_c::sf_pattern40_r13
fixed_bitstring< 40 > & sf_pattern40_r13()
Definition: rrc_nbiot.h:212
asn1::rrc::wus_max_dur_factor_nb_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6202
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:7711
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::al08
@ al08
Definition: rrc_nbiot.h:3830
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts
Definition: rrc_nbiot.h:5337
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::r16
@ r16
Definition: rrc_nbiot.h:2268
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v128
@ v128
Definition: rrc_nbiot.h:2716
asn1::rrc::drb_to_add_mod_nb_r13_s::rlc_cfg_v1430
copy_ptr< rlc_cfg_nb_v1430_s > rlc_cfg_v1430
Definition: rrc_nbiot.h:770
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::rrc_conn_reest_r13
rrc_conn_reest_nb_s & rrc_conn_reest_r13()
Definition: rrc_nbiot.h:5909
asn1::rrc::sib_type15_nb_r14_s::ext
bool ext
Definition: rrc_nbiot.h:4706
asn1::rrc::access_stratum_release_nb_r13_opts::spare5
@ spare5
Definition: rrc_nbiot.h:6712
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_rrm_pwr_offset_r15_opts::value
enum asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_rrm_pwr_offset_r15_opts::options value
asn1::rrc::registered_mme_s
Definition: ul_dcch_msg.h:2390
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_e_
enumerated< npdcch_num_repeats_ra_r15_opts > npdcch_num_repeats_ra_r15_e_
Definition: rrc_nbiot.h:2546
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:935
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_rrm_pwr_offset_r15_e_
enumerated< nsss_rrm_pwr_offset_r15_opts > nsss_rrm_pwr_offset_r15_e_
Definition: rrc_nbiot.h:2134
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts
Definition: rrc_nbiot.h:2732
asn1::rrc::inband_different_pci_tdd_nb_r15_s::sib_inband_location_r15
sib_inband_location_r15_e_ sib_inband_location_r15
Definition: rrc_nbiot.h:1939
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16683
asn1::rrc::ul_ccch_msg_type_nb_c::set_msg_class_ext
void set_msg_class_ext()
Definition: rrc_nbiot.cc:19995
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:20368
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::~sched_period_start_offset_scptm_r14_c_
~sched_period_start_offset_scptm_r14_c_()
Definition: rrc_nbiot.h:7856
asn1::rrc::sib_type_nb_v1530_e
enumerated< sib_type_nb_v1530_opts > sib_type_nb_v1530_e
Definition: rrc_nbiot.h:2120
asn1::rrc::sib_type5_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:5015
asn1::rrc::mac_main_cfg_nb_r13_s::time_align_timer_ded_r13
time_align_timer_e time_align_timer_ded_r13
Definition: rrc_nbiot.h:1301
asn1::rrc::ul_ccch_msg_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:20267
asn1::rrc::rrc_conn_resume_request_nb_r13_ies_s::resume_cause_r13
establishment_cause_nb_r13_e resume_cause_r13
Definition: rrc_nbiot.h:7576
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12302
asn1::rrc::nprach_cfg_sib_nb_v1330_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:7466
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v_minus10
@ v_minus10
Definition: rrc_nbiot.h:112
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::rf64
@ rf64
Definition: rrc_nbiot.h:4578
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::type_
types type_
Definition: rrc_nbiot.h:5427
asn1::rrc::rrc_conn_reest_request_nb_r13_ies_s::cqi_npdcch_r14
cqi_npdcch_nb_r14_e cqi_npdcch_r14
Definition: rrc_nbiot.h:7301
asn1::rrc::sib_type1_nb_v1530_s::sched_info_list_v1530_present
bool sched_info_list_v1530_present
Definition: rrc_nbiot.h:3771
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::pp8
@ pp8
Definition: rrc_nbiot.h:790
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::types_opts::dl_carrier_cfg_r14
@ dl_carrier_cfg_r14
Definition: rrc_nbiot.h:8064
asn1::rrc::ho_prep_info_nb_v1380_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:6791
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15123
asn1::rrc::rr_cfg_ded_nb_r13_s::drb_to_release_list_r13_present
bool drb_to_release_list_r13_present
Definition: rrc_nbiot.h:1523
asn1::rrc::ue_cap_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15532
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::ext
bool ext
Definition: rrc_nbiot.h:2593
asn1::rrc::standalone_tdd_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4401
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_e_
enumerated< carrier_freq_offset_r13_opts > carrier_freq_offset_r13_e_
Definition: rrc_nbiot.h:141
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf64
@ sf64
Definition: rrc_nbiot.h:4133
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::set_dl_carrier_cfg_r14
dl_carrier_cfg_common_nb_r14_s & set_dl_carrier_cfg_r14()
Definition: rrc_nbiot.cc:10514
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::c
choice_buffer_t< different_pci_r13_s_, same_pci_r13_s_ > c
Definition: rrc_nbiot.h:459
asn1::rrc::ul_ref_sigs_npusch_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6902
asn1::rrc::guardband_tdd_nb_r15_s::eutra_bandwitdh_r15_opts::options
options
Definition: rrc_nbiot.h:1900
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_e_
enumerated< npdcch_offset_sc_mtch_r14_opts > npdcch_offset_sc_mtch_r14_e_
Definition: rrc_nbiot.h:8171
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3665
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:6432
asn1::rrc::rrc_conn_setup_nb_s::rrc_transaction_id
uint8_t rrc_transaction_id
Definition: rrc_nbiot.h:5824
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf512
uint16_t & set_sf512()
Definition: rrc_nbiot.cc:17878
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::options
options
Definition: rrc_nbiot.h:1216
asn1::rrc::lc_ch_cfg_nb_r13_s::lc_ch_sr_prohibit_r13_present
bool lc_ch_sr_prohibit_r13_present
Definition: rrc_nbiot.h:514
asn1::rrc::rrc_conn_release_nb_r13_ies_s
Definition: rrc_nbiot.h:6122
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:5671
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts
Definition: rrc_nbiot.h:4499
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_e_
enumerated< nprach_periodicity_r13_opts > nprach_periodicity_r13_e_
Definition: rrc_nbiot.h:2212
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::al08
@ al08
Definition: rrc_nbiot.h:705
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18254
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_e_
enumerated< npdcch_start_sf_sc_mcch_r14_opts > npdcch_start_sf_sc_mcch_r14_e_
Definition: rrc_nbiot.h:4043
asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15_opts::value
enum asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15_opts::options value
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:5067
asn1::rrc::rrc_conn_setup_complete_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17388
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:19898
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n48
@ n48
Definition: rrc_nbiot.h:2414
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r32
@ r32
Definition: rrc_nbiot.h:2528
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::pp2
@ pp2
Definition: rrc_nbiot.h:782
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cfg_r13_present
bool drx_cfg_r13_present
Definition: rrc_nbiot.h:1297
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts
Definition: rrc_nbiot.h:941
asn1::rrc::ho_prep_info_nb_ext_r14_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15283
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_present
bool same_pci_ind_r13_present
Definition: rrc_nbiot.h:473
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::types_opts::value
enum asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::types_opts::options value
asn1::rrc::sib_type3_nb_r13_s
Definition: rrc_nbiot.h:4917
asn1::rrc::periodic_bsr_timer_nb_r13_e
enumerated< periodic_bsr_timer_nb_r13_opts > periodic_bsr_timer_nb_r13_e
Definition: rrc_nbiot.h:1013
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8578
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::set_ue_cap_enquiry_r13
ue_cap_enquiry_nb_r13_ies_s & set_ue_cap_enquiry_r13()
Definition: rrc_nbiot.cc:14796
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::db_minus6
@ db_minus6
Definition: rrc_nbiot.h:478
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_opts::value
enum asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_opts::options value
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_e_
enumerated< preamb_init_rx_target_pwr_ce1_r14_opts > preamb_init_rx_target_pwr_ce1_r14_e_
Definition: rrc_nbiot.h:3205
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_
Definition: rrc_nbiot.h:5042
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::options
options
Definition: rrc_nbiot.h:2505
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::r512
@ r512
Definition: rrc_nbiot.h:3109
asn1::rrc::nprach_params_tdd_nb_v1550_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6034
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::value
enum asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::options value
asn1::rrc::rrc_conn_setup_complete_nb_v1470_ies_s::meas_result_serv_cell_r14
meas_result_serv_cell_nb_r14_s meas_result_serv_cell_r14
Definition: rrc_nbiot.h:7636
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:19240
asn1::rrc::paging_weight_nb_r14_opts::w12
@ w12
Definition: rrc_nbiot.h:2805
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4216
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:7687
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::rrc_conn_reject_r13
rrc_conn_reject_nb_s & rrc_conn_reject_r13()
Definition: rrc_nbiot.h:5919
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms2560
@ ms2560
Definition: rrc_nbiot.h:2648
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5554
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::types_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:1991
asn1::rrc::mac_main_cfg_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:1295
asn1::rrc::inband_same_pci_tdd_nb_r15_s::sib_inband_location_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1951
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r1024
@ r1024
Definition: rrc_nbiot.h:2533
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:18370
asn1::rrc::ho_prep_info_nb_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:6908
asn1::rrc::sib_type2_nb_r13_s::cp_edt_r15_present
bool cp_edt_r15_present
Definition: rrc_nbiot.h:4751
asn1::rrc::as_cfg_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3439
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17059
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:12111
asn1::rrc::nprach_params_nb_v1330_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:5391
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts
Definition: rrc_nbiot.h:4035
asn1::rrc::drb_to_add_mod_nb_r13_s::eps_bearer_id_r13
uint8_t eps_bearer_id_r13
Definition: rrc_nbiot.h:762
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:8441
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530_opts::to_number
uint32_t to_number() const
Definition: rrc_nbiot.cc:9739
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::eutra_ctrl_region_size_r14_opts::options
options
Definition: rrc_nbiot.h:3020
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15
wake_up_signal_min_gap_e_drx_r15_e_ wake_up_signal_min_gap_e_drx_r15
Definition: rrc_nbiot.h:8459
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::v32
@ v32
Definition: rrc_nbiot.h:2396
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13
ra_resp_win_size_r13_e_ ra_resp_win_size_r13
Definition: rrc_nbiot.h:2833
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:8972
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::db_minus4
@ db_minus4
Definition: rrc_nbiot.h:478
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:4457
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:6551
asn1::rrc::ue_cap_info_nb_s
Definition: rrc_nbiot.h:8494
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::ul_info_transfer_r13
ul_info_transfer_nb_r13_ies_s & ul_info_transfer_r13()
Definition: rrc_nbiot.h:8982
asn1::rrc::rrc_conn_release_nb_v1430_ies_s::redirected_carrier_info_v1430_present
bool redirected_carrier_info_v1430_present
Definition: rrc_nbiot.h:6067
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13
nprach_start_time_r13_e_ nprach_start_time_r13
Definition: rrc_nbiot.h:2309
asn1::rrc::reest_info_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3534
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_npdsch_max_tbs_sc_mtch_r14_opts::n2536
@ n2536
Definition: rrc_nbiot.h:8111
asn1::rrc::rr_cfg_common_sib_nb_r13_s::pcch_cfg_r13
pcch_cfg_nb_r13_s pcch_cfg_r13
Definition: rrc_nbiot.h:4084
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:756
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms256
@ ms256
Definition: rrc_nbiot.h:2489
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms2560
@ ms2560
Definition: rrc_nbiot.h:2481
asn1::rrc::cell_sel_info_nb_v1430_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8566
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::set_rrc_conn_reject_r13
rrc_conn_reject_nb_s & set_rrc_conn_reject_r13()
Definition: rrc_nbiot.cc:13457
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::rrc_conn_release_r13
rrc_conn_release_nb_r13_ies_s & rrc_conn_release_r13()
Definition: rrc_nbiot.h:6336
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::options
options
Definition: rrc_nbiot.h:2816
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::n24
@ n24
Definition: rrc_nbiot.h:2222
asn1::rrc::ho_prep_info_nb_ies_s::non_crit_ext
ho_prep_info_nb_v1380_ies_s non_crit_ext
Definition: rrc_nbiot.h:6913
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::ms40960
@ ms40960
Definition: rrc_nbiot.h:528
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts::ms80000
@ ms80000
Definition: rrc_nbiot.h:4500
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::ab_param_r13_c_
ab_param_r13_c_()=default
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_spare8
void set_spare8()
Definition: rrc_nbiot.cc:20696
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n34
@ n34
Definition: rrc_nbiot.h:2665
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c
c1_c_ c
Definition: rrc_nbiot.h:6378
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_e_
enumerated< drx_inactivity_timer_scptm_r14_opts > drx_inactivity_timer_scptm_r14_e_
Definition: rrc_nbiot.h:4125
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf160
@ sf160
Definition: rrc_nbiot.h:7834
asn1::rrc::rrc_conn_release_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:6127
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::r512
@ r512
Definition: rrc_nbiot.h:2273
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::types_opts::options
options
Definition: rrc_nbiot.h:365
asn1::rrc::mib_nb_s::sys_frame_num_msb_r13
fixed_bitstring< 4 > sys_frame_num_msb_r13
Definition: rrc_nbiot.h:1731
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:421
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:15816
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::set_rrc_conn_request_r13
rrc_conn_request_nb_s & set_rrc_conn_request_r13()
Definition: rrc_nbiot.cc:20143
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13
npdcch_start_sf_uss_r13_e_ npdcch_start_sf_uss_r13
Definition: rrc_nbiot.h:962
asn1::rrc::sib_type1_nb_s::cell_sel_info_r13_s_
Definition: rrc_nbiot.h:5298
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::spare3
@ spare3
Definition: rrc_nbiot.h:2536
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::types_opts::options
options
Definition: rrc_nbiot.h:7362
asn1::rrc::rrc_conn_reject_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12574
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc_s_::profiles_r13_s_::profile0x0006
bool profile0x0006
Definition: rrc_nbiot.h:541
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:14279
asn1::rrc::bcch_cfg_nb_r13_s::mod_period_coeff_r13_e_
enumerated< mod_period_coeff_r13_opts > mod_period_coeff_r13_e_
Definition: rrc_nbiot.h:3307
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::setup_s_::data_inactivity_timer_r14
data_inactivity_timer_r14_e data_inactivity_timer_r14
Definition: rrc_nbiot.h:1256
asn1::rrc::ch_raster_offset_nb_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:3583
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_
Definition: rrc_nbiot.h:5382
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:6437
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::type
types type() const
Definition: rrc_nbiot.h:5071
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::type
types type() const
Definition: rrc_nbiot.h:8076
asn1::rrc::mib_tdd_nb_r15_s::ab_enabled_r15
bool ab_enabled_r15
Definition: rrc_nbiot.h:2076
asn1::rrc::npdcch_cfg_ded_nb_v1530_s::npdcch_start_sf_uss_v1530
npdcch_start_sf_uss_v1530_e_ npdcch_start_sf_uss_v1530
Definition: rrc_nbiot.h:983
asn1::rrc::sys_info_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:5232
asn1::rrc::ns_pmax_value_nb_r13_s::add_spec_emission_r13
uint8_t add_spec_emission_r13
Definition: rrc_nbiot.h:2104
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::type_
types type_
Definition: rrc_nbiot.h:6956
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts
Definition: rrc_nbiot.h:3033
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::type_
types type_
Definition: rrc_nbiot.h:8784
asn1::rrc::sib_type1_nb_v1430_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:4617
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts
Definition: rrc_nbiot.h:4427
asn1::rrc::as_context_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3572
asn1::rrc::sys_info_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:5262
asn1::rrc::dl_am_rlc_nb_r13_s
Definition: rrc_nbiot.h:176
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4812
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::value
enum asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::options value
asn1::rrc::sib_type1_nb_s::si_radio_frame_offset_r13_present
bool si_radio_frame_offset_r13_present
Definition: rrc_nbiot.h:5353
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_e_
enumerated< nprach_subcarrier_msg3_range_start_r15_opts > nprach_subcarrier_msg3_range_start_r15_e_
Definition: rrc_nbiot.h:2520
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db30
@ db30
Definition: rrc_nbiot.h:3942
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:369
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::types_opts::value
enum asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::types_opts::options value
asn1::rrc::npdcch_cfg_ded_nb_r13_s
Definition: rrc_nbiot.h:914
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::types_opts::explicit_gap_cfg_r13
@ explicit_gap_cfg_r13
Definition: rrc_nbiot.h:365
asn1::rrc::sib_type1_nb_s
Definition: rrc_nbiot.h:5276
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14622
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::r16
@ r16
Definition: rrc_nbiot.h:921
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:7957
asn1::rrc::periodic_bsr_timer_nb_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1007
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:13170
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15
t300_r15_e_ t300_r15
Definition: rrc_nbiot.h:4528
asn1::rrc::mib_nb_s::add_tx_sib1_r15
bool add_tx_sib1_r15
Definition: rrc_nbiot.h:1737
asn1::rrc::ue_radio_paging_info_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19063
asn1::rrc::intra_freq_neigh_cell_info_nb_v1530_s
Definition: rrc_nbiot.h:3391
asn1::rrc::ue_cap_info_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19174
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::type
types type() const
Definition: rrc_nbiot.h:1118
asn1::rrc::wus_max_dur_factor_nb_r15_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:6207
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:14946
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:12747
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n24
@ n24
Definition: rrc_nbiot.h:2665
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17502
asn1::rrc::dl_gap_cfg_nb_v1530_s
Definition: rrc_nbiot.h:277
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::r32
@ r32
Definition: rrc_nbiot.h:3681
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::options
options
Definition: rrc_nbiot.h:3142
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14318
asn1::rrc::ul_ccch_msg_type_nb_c::type
types type() const
Definition: rrc_nbiot.h:8918
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc11
@ sc11
Definition: rrc_nbiot.h:3599
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12836
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::v16
@ v16
Definition: rrc_nbiot.h:2396
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db0
@ db0
Definition: rrc_nbiot.h:5316
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::different_pci_r14_s_::eutra_num_crs_ports_r14_opts::same
@ same
Definition: rrc_nbiot.h:2961
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::db_minus12
@ db_minus12
Definition: rrc_nbiot.h:478
asn1::rrc::ue_radio_access_cap_info_nb_v1380_ies_s::non_crit_ext
ue_radio_access_cap_info_nb_r14_ies_s non_crit_ext
Definition: rrc_nbiot.h:8643
asn1::rrc::rf_params_nb_v1430_s
Definition: rrc_nbiot.h:8398
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_
Definition: rrc_nbiot.h:7824
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2666
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_present
bool npdcch_offset_ra_r15_present
Definition: rrc_nbiot.h:2601
asn1::rrc::intra_freq_cell_resel_info_nb_v1360_s
Definition: rrc_nbiot.h:3979
asn1::rrc::sr_nprach_res_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:1360
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::n2
@ n2
Definition: rrc_nbiot.h:2785
asn1::rrc::phy_layer_params_nb_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18594
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc_s_::profiles_r13_s_::profile0x0103
bool profile0x0103
Definition: rrc_nbiot.h:543
asn1::rrc::ul_dcch_msg_type_nb_c::types_opts::value
enum asn1::rrc::ul_dcch_msg_type_nb_c::types_opts::options value
asn1::rrc::rach_cfg_common_nb_r13_s::rach_info_list_v1530
copy_ptr< rach_info_list_nb_v1530_l > rach_info_list_v1530
Definition: rrc_nbiot.h:3724
asn1::rrc::dl_bitmap_nb_r13_c::types_opts::sf_pattern40_r13
@ sf_pattern40_r13
Definition: rrc_nbiot.h:188
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::spare8
@ spare8
Definition: rrc_nbiot.h:9022
asn1::rrc::sib_type1_nb_s::freq_band_ind_r13
uint16_t freq_band_ind_r13
Definition: rrc_nbiot.h:5361
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::sf3072
@ sf3072
Definition: rrc_nbiot.h:830
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::types_opts::rrc_conn_resume_r13
@ rrc_conn_resume_r13
Definition: rrc_nbiot.h:6396
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n72
@ n72
Definition: rrc_nbiot.h:2574
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_e_
enumerated< t311_r13_opts > t311_r13_e_
Definition: rrc_nbiot.h:4458
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::value
enum asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::options value
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::ms6000
@ ms6000
Definition: rrc_nbiot.h:4428
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::ms2560
@ ms2560
Definition: rrc_nbiot.h:2206
asn1::rrc::ul_cfg_common_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8187
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n44
@ n44
Definition: rrc_nbiot.h:2414
asn1::rrc::rach_info_nb_v1530_s
Definition: rrc_nbiot.h:2843
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_present
bool t300_r15_present
Definition: rrc_nbiot.h:4524
asn1::rrc::sc_mtch_sched_info_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17648
asn1::rrc::rrc_conn_reest_complete_nb_r13_ies_s::non_crit_ext
rrc_conn_reest_complete_nb_v1470_ies_s non_crit_ext
Definition: rrc_nbiot.h:7190
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15
nprach_params_r15_s_ nprach_params_r15
Definition: rrc_nbiot.h:2619
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530_opts::ms120000
@ ms120000
Definition: rrc_nbiot.h:1398
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:3140
asn1::rrc::inband_different_pci_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3631
asn1::rrc::rrc_conn_recfg_complete_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16131
asn1::rrc::rrc_conn_reest_complete_nb_v1470_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:7176
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n40
@ n40
Definition: rrc_nbiot.h:2733
asn1::rrc::phys_cfg_ded_nb_r13_s::two_harq_processes_cfg_r14_present
bool two_harq_processes_cfg_r14_present
Definition: rrc_nbiot.h:1332
asn1::rrc::dl_bitmap_nb_r13_c::set_sf_pattern10_r13
fixed_bitstring< 10 > & set_sf_pattern10_r13()
Definition: rrc_nbiot.cc:308
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14607
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2785
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::options
options
Definition: rrc_nbiot.h:2673
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14
drx_inactivity_timer_scptm_r14_e_ drx_inactivity_timer_scptm_r14
Definition: rrc_nbiot.h:4352
asn1::rrc::sched_info_nb_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6168
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:16320
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::v8
@ v8
Definition: rrc_nbiot.h:4036
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf1024
uint16_t & set_sf1024()
Definition: rrc_nbiot.cc:9210
asn1::rrc::rlf_timers_and_consts_nb_r13_c::rlf_timers_and_consts_nb_r13_c
rlf_timers_and_consts_nb_r13_c()=default
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::ms1000
@ ms1000
Definition: rrc_nbiot.h:4452
asn1::rrc::paging_weight_nb_r14_opts::w9
@ w9
Definition: rrc_nbiot.h:2805
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14166
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:1968
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2716
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:19717
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15
time_offset_e_drx_short_r15_e_ time_offset_e_drx_short_r15
Definition: rrc_nbiot.h:3901
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::options
options
Definition: rrc_nbiot.h:824
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19369
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_carrier_freq_v1550
copy_ptr< carrier_freq_nb_v1550_s > dl_carrier_freq_v1550
Definition: rrc_nbiot.h:3055
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::type
types type() const
Definition: rrc_nbiot.h:670
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::delta_rx_lev_min_v1350
int8_t delta_rx_lev_min_v1350
Definition: rrc_nbiot.h:3372
asn1::rrc::cqi_npdcch_nb_r14_opts::candidate_rep_j
@ candidate_rep_j
Definition: rrc_nbiot.h:7257
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::options
options
Definition: rrc_nbiot.h:3991
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r4
@ r4
Definition: rrc_nbiot.h:2525
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::n4
@ n4
Definition: rrc_nbiot.h:4460
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::ms0
@ ms0
Definition: rrc_nbiot.h:4436
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day3
@ day3
Definition: rrc_nbiot.h:6858
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db3
@ db3
Definition: rrc_nbiot.h:4377
asn1::rrc::dl_bitmap_nb_r13_c::dl_bitmap_nb_r13_c
dl_bitmap_nb_r13_c()=default
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4025
asn1::rrc::pwr_ramp_params_nb_v1450_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6778
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db20
@ db20
Definition: rrc_nbiot.h:4934
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14
same_pci_ind_r14_c_ same_pci_ind_r14
Definition: rrc_nbiot.h:3030
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2824
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n6
@ n6
Definition: rrc_nbiot.h:2497
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::s7
@ s7
Definition: rrc_nbiot.h:6808
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::inter_freq_black_cell_list_r13_present
bool inter_freq_black_cell_list_r13_present
Definition: rrc_nbiot.h:3359
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::spare5
@ spare5
Definition: rrc_nbiot.h:2651
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::set_rrc_conn_resume_complete_r13
rrc_conn_resume_complete_nb_r13_ies_s & set_rrc_conn_resume_complete_r13()
Definition: rrc_nbiot.cc:17020
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:14731
asn1::rrc::wus_cfg_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8416
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:2670
asn1::rrc::paging_weight_nb_r14_opts::w6
@ w6
Definition: rrc_nbiot.h:2805
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:2222
asn1::rrc::rrc_conn_reject_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12587
asn1::rrc::npdcch_cfg_ded_nb_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:1996
asn1::rrc::dl_bitmap_nb_r13_c
Definition: rrc_nbiot.h:186
asn1::rrc::cqi_npdcch_nb_r14_opts::candidate_rep_f
@ candidate_rep_f
Definition: rrc_nbiot.h:7253
asn1::rrc::sib_type3_nb_r13_s::intra_freq_cell_resel_info_r13_s_::p_max_r13_present
bool p_max_r13_present
Definition: rrc_nbiot.h:4954
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:15082
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::to_number
int8_t to_number() const
Definition: rrc_nbiot.cc:8583
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_thres_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:405
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::options
options
Definition: rrc_nbiot.h:4368
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:4579
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus126
@ dbm_minus126
Definition: rrc_nbiot.h:3174
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v32
@ v32
Definition: rrc_nbiot.h:2548
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1390
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n90
@ n90
Definition: rrc_nbiot.h:2497
asn1::rrc::ul_ccch_msg_type_nb_c::types_opts
Definition: rrc_nbiot.h:8906
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::n7
@ n7
Definition: rrc_nbiot.h:2247
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:330
asn1::rrc::tdd_cfg_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6868
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n132
@ n132
Definition: rrc_nbiot.h:2580
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_resume_request_r13
@ rrc_conn_resume_request_r13
Definition: rrc_nbiot.h:8831
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14
npdcch_start_sf_css_ra_r14_e_ npdcch_start_sf_css_ra_r14
Definition: rrc_nbiot.h:2440
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::spare2
@ spare2
Definition: rrc_nbiot.h:8134
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:7236
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6582
asn1::rrc::ue_timers_and_consts_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:9617
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::c
ue_radio_access_cap_info_nb_ies_s c
Definition: rrc_nbiot.h:8699
asn1::rrc::cell_resel_info_common_nb_v1450_s::s_search_delta_p_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:8531
asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15_opts::sa2
@ sa2
Definition: rrc_nbiot.h:3239
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13_opts
Definition: rrc_nbiot.h:950
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_num_occ_diff_precoders_r15_opts
Definition: rrc_nbiot.h:2135
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v4
@ v4
Definition: rrc_nbiot.h:2716
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4960
asn1::rrc::phy_layer_params_nb_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18574
asn1::rrc::paging_nb_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:7027
asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13_opts::value
enum asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13_opts::options value
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::same_pci_r14
same_pci_r14_s_ & same_pci_r14()
Definition: rrc_nbiot.h:2990
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_opts::db10
@ db10
Definition: rrc_nbiot.h:3345
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3830
asn1::rrc::rrc_conn_reest_request_nb_r14_ies_s::ue_id_r14
reestab_ue_id_cp_nb_r14_s ue_id_r14
Definition: rrc_nbiot.h:7313
asn1::rrc::sib_type15_nb_r14_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:4712
asn1::rrc::sib_type4_nb_r13_s::nsss_rrm_cfg_r15
copy_ptr< nsss_rrm_cfg_nb_r15_s > nsss_rrm_cfg_r15
Definition: rrc_nbiot.h:5004
asn1::rrc::sys_info_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:11804
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::ms2500
@ ms2500
Definition: rrc_nbiot.h:4420
asn1::rrc::guardband_tdd_nb_r15_s::eutra_bandwitdh_r15_e_
enumerated< eutra_bandwitdh_r15_opts > eutra_bandwitdh_r15_e_
Definition: rrc_nbiot.h:1906
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s::redirected_carrier_info_ext_r15
redirected_carrier_info_nb_v1430_s redirected_carrier_info_ext_r15
Definition: rrc_nbiot.h:5603
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5384
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db_minus4dot77
@ db_minus4dot77
Definition: rrc_nbiot.h:5313
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::rrc_conn_reest_nb_v1430_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12398
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::one
@ one
Definition: rrc_nbiot.h:2681
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14
npdcch_offset_sc_mcch_r14_e_ npdcch_offset_sc_mcch_r14
Definition: rrc_nbiot.h:4067
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::nprach_preamb_format_r15_opts::fmt0
@ fmt0
Definition: rrc_nbiot.h:3482
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n10
@ n10
Definition: rrc_nbiot.h:2460
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_opts::number_type
float number_type
Definition: rrc_nbiot.h:2406
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db10
@ db10
Definition: rrc_nbiot.h:4929
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::t32
@ t32
Definition: rrc_nbiot.h:298
asn1::rrc::ul_pwr_ctrl_ded_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:2485
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14
nprach_subcarrier_offset_r14_e_ nprach_subcarrier_offset_r14
Definition: rrc_nbiot.h:2436
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts::ms15000
@ ms15000
Definition: rrc_nbiot.h:4500
asn1::rrc::sib_type1_nb_s::cell_sel_info_r13
cell_sel_info_r13_s_ cell_sel_info_r13
Definition: rrc_nbiot.h:5359
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::options
options
Definition: rrc_nbiot.h:1366
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_
Definition: rrc_nbiot.h:6320
asn1::rrc::nsss_rrm_cfg_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4760
asn1::bounded_array< uint8_t, 2 >
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::set_ho_prep_info_r13
ho_prep_info_nb_ies_s & set_ho_prep_info_r13()
Definition: rrc_nbiot.cc:15739
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::pwr_ramp_step_ce1_r14_e_
enumerated< pwr_ramp_step_ce1_r14_opts > pwr_ramp_step_ce1_r14_e_
Definition: rrc_nbiot.h:3169
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5348
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_e_
enumerated< max_num_preamb_attempt_ce_v1550_opts > max_num_preamb_attempt_ce_v1550_e_
Definition: rrc_nbiot.h:2783
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_
Definition: rrc_nbiot.h:1657
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_dur_coeff_r13_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:437
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:8506
asn1::rrc::nprach_cfg_sib_nb_r13_s::nprach_cp_len_r13_opts::us66dot7
@ us66dot7
Definition: rrc_nbiot.h:3427
asn1::rrc::inband_same_pci_tdd_nb_r15_s::eutra_crs_seq_info_r15
uint8_t eutra_crs_seq_info_r15
Definition: rrc_nbiot.h:1958
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::c
dl_info_transfer_nb_r13_ies_s c
Definition: rrc_nbiot.h:6203
asn1::rrc::ab_cfg_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:53
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::n1
@ n1
Definition: rrc_nbiot.h:1366
asn1::rrc::rrc_conn_request_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16784
asn1::rrc::rrc_conn_reest_request_nb_r14_ies_s
Definition: rrc_nbiot.h:7312
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530_opts::ms100000
@ ms100000
Definition: rrc_nbiot.h:4484
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::set_default_value
void set_default_value()
Definition: rrc_nbiot.cc:2347
asn1::rrc::ue_cap_info_nb_r13_ies_s
Definition: rrc_nbiot.h:8479
asn1::rrc::rrc_conn_release_nb_v1550_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13695
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v48
@ v48
Definition: rrc_nbiot.h:2716
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::operator=
c1_c_ & operator=(const c1_c_ &other)
Definition: rrc_nbiot.cc:20111
asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13_opts
Definition: rrc_nbiot.h:2297
asn1::rrc::sched_request_cfg_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3185
asn1::rrc::pcch_msg_type_nb_c::types_opts
Definition: rrc_nbiot.h:7058
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n144
@ n144
Definition: rrc_nbiot.h:2582
asn1::rrc::ho_prep_info_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15654
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf524288
@ rf524288
Definition: rrc_nbiot.h:4834
asn1::rrc::cell_resel_info_common_nb_v1450_s::s_search_delta_p_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8526
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::r2048
@ r2048
Definition: rrc_nbiot.h:3111
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:5627
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::set_rrc_conn_resume_request_r13
rrc_conn_resume_request_nb_r13_ies_s & set_rrc_conn_resume_request_r13()
Definition: rrc_nbiot.cc:17143
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_e_
enumerated< t311_v1350_opts > t311_v1350_e_
Definition: rrc_nbiot.h:4474
asn1::rrc::c1_or_crit_ext_e
enumerated< c1_or_crit_ext_opts > c1_or_crit_ext_e
Definition: common.h:640
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf10
uint8_t & sf10()
Definition: rrc_nbiot.h:4165
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7591
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_num_occ_diff_precoders_r15_opts::n8
@ n8
Definition: rrc_nbiot.h:2136
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::value
enum asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::options value
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:7946
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::options
options
Definition: rrc_nbiot.h:2724
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::value
enum asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::options value
asn1::rrc::rrc_conn_reest_request_nb_r14_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16486
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::type
types type() const
Definition: rrc_nbiot.h:8763
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2681
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts
Definition: rrc_nbiot.h:2565
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::ssp2
@ ssp2
Definition: rrc_nbiot.h:3250
asn1::rrc::tdd_ul_dl_align_offset_nb_r15_opts::khz0
@ khz0
Definition: rrc_nbiot.h:286
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus120
@ dbm_minus120
Definition: rrc_nbiot.h:3177
asn1::rrc::lc_ch_cfg_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:1041
asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:202
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db30
@ db30
Definition: rrc_nbiot.h:3999
asn1::rrc::rrc_conn_reest_request_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16531
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:6289
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::n2
@ n2
Definition: rrc_nbiot.h:2345
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::c
ue_cap_info_nb_r13_ies_s c
Definition: rrc_nbiot.h:8526
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::types_opts::value
enum asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::types_opts::options value
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:14275
asn1::rrc::pcch_msg_type_nb_c::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:7065
asn1::rrc::ul_info_transfer_nb_s
Definition: rrc_nbiot.h:8965
asn1::rrc::multi_band_info_nb_r13_s::freq_band_info_r13
ns_pmax_list_nb_r13_l freq_band_info_r13
Definition: rrc_nbiot.h:2195
asn1::rrc::rrc_conn_reest_nb_v1430_ies_s::dl_nas_mac
fixed_bitstring< 16 > dl_nas_mac
Definition: rrc_nbiot.h:5481
asn1::rrc::cqi_npdcch_nb_r14_opts::candidate_rep_g
@ candidate_rep_g
Definition: rrc_nbiot.h:7254
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::c
ho_prep_info_nb_ies_s c
Definition: rrc_nbiot.h:6957
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:5732
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf131072
@ rf131072
Definition: rrc_nbiot.h:4832
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_e_
enumerated< npdcch_offset_sc_mcch_r14_opts > npdcch_offset_sc_mcch_r14_e_
Definition: rrc_nbiot.h:4062
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::ms40000
@ ms40000
Definition: rrc_nbiot.h:4428
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:9230
asn1::rrc::pcch_msg_type_nb_c::types_opts::c1
@ c1
Definition: rrc_nbiot.h:7059
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::r512
@ r512
Definition: rrc_nbiot.h:926
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::dl_gap_non_anchor_r14_c_
dl_gap_non_anchor_r14_c_()=default
asn1::rrc::dl_ccch_msg_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13617
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:12869
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::options
options
Definition: rrc_nbiot.h:5044
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::v48
@ v48
Definition: rrc_nbiot.h:8145
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:5025
asn1::rrc::sib_type4_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:4995
asn1::rrc::ue_radio_paging_info_nb_r13_s
Definition: rrc_nbiot.h:8438
asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550_opts::v_minus4dot5
@ v_minus4dot5
Definition: rrc_nbiot.h:157
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14
sched_period_start_offset_scptm_r14_c_ sched_period_start_offset_scptm_r14
Definition: rrc_nbiot.h:8051
asn1::rrc::paging_weight_nb_r14_opts::w10
@ w10
Definition: rrc_nbiot.h:2805
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:17676
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::r128
@ r128
Definition: rrc_nbiot.h:4028
asn1::rrc::rrc_conn_resume_complete_nb_v1470_ies_s
Definition: rrc_nbiot.h:7498
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::types_opts::rrc_conn_reest_request_r14
@ rrc_conn_reest_request_r14
Definition: rrc_nbiot.h:7330
asn1::rrc::rrc_conn_resume_nb_s
Definition: rrc_nbiot.h:6392
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:7648
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_present
bool nprach_periodicity_r15_present
Definition: rrc_nbiot.h:2743
asn1::rrc::phy_layer_params_nb_r13_s
Definition: rrc_nbiot.h:6766
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12760
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::five_eighth
@ five_eighth
Definition: rrc_nbiot.h:8160
asn1::rrc::sib_type2_nb_r13_s::cqi_report_r14_present
bool cqi_report_r14_present
Definition: rrc_nbiot.h:4748
asn1::rrc::rr_cfg_common_sib_nb_r13_s::nprach_cfg_r13
nprach_cfg_sib_nb_r13_s nprach_cfg_r13
Definition: rrc_nbiot.h:4085
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:12751
asn1::rrc::t_resel_nb_r13_opts::value
enum asn1::rrc::t_resel_nb_r13_opts::options value
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db4
@ db4
Definition: rrc_nbiot.h:5511
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::rf4096
@ rf4096
Definition: rrc_nbiot.h:4578
asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18509
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::type_
types type_
Definition: rrc_nbiot.h:8105
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r8
@ r8
Definition: rrc_nbiot.h:2526
asn1::rrc::plmn_id_info_nb_r13_s::plmn_id_r13
plmn_id_s plmn_id_r13
Definition: rrc_nbiot.h:4566
asn1::rrc::sc_mcch_msg_nb_s::msg
sc_mcch_msg_type_nb_c msg
Definition: rrc_nbiot.h:8274
asn1::rrc::rach_cfg_common_nb_r13_s
Definition: rrc_nbiot.h:3713
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:8665
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:8594
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5684
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_dur_coeff_r13_opts::one_eighth
@ one_eighth
Definition: rrc_nbiot.h:256
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:133
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::ms25000
@ ms25000
Definition: rrc_nbiot.h:4420
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts
Definition: rrc_nbiot.h:2547
asn1::rrc::rrc_conn_resume_complete_nb_v1470_ies_s::meas_result_serv_cell_r14_present
bool meas_result_serv_cell_r14_present
Definition: rrc_nbiot.h:7499
asn1::rrc::inband_different_pci_tdd_nb_r15_s::eutra_num_crs_ports_r15_opts::four
@ four
Definition: rrc_nbiot.h:1922
asn1::rrc::dl_dcch_msg_type_nb_c::types_opts::options
options
Definition: rrc_nbiot.h:6652
asn1::rrc::nprach_cfg_sib_nb_r13_s::nprach_cp_len_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3427
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:6229
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:6377
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5009
asn1::rrc::bcch_bch_msg_tdd_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4671
asn1::rrc::cqi_npdcch_short_nb_r14_opts::candidate_rep_minus2
@ candidate_rep_minus2
Definition: rrc_nbiot.h:7269
asn1::rrc::cell_resel_info_common_nb_v1450_s::s_search_delta_p_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3914
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::set_rrc_conn_recfg_complete_r13
rrc_conn_recfg_complete_nb_r13_ies_s & set_rrc_conn_recfg_complete_r13()
Definition: rrc_nbiot.cc:16144
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::eutra_ctrl_region_size_r13_opts
Definition: rrc_nbiot.h:463
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::value
enum asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::options value
asn1::rrc::pcch_cfg_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:7906
asn1::rrc::sib_type_nb_v1530_opts
Definition: rrc_nbiot.h:2113
asn1::rrc::npusch_cfg_common_nb_r13_s::dmrs_cfg_r13
dmrs_cfg_r13_s_ dmrs_cfg_r13
Definition: rrc_nbiot.h:3628
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf64
@ sf64
Definition: rrc_nbiot.h:7831
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::value
enum asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::options value
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::c
lc_ch_cfg_nb_r13_s c
Definition: rrc_nbiot.h:1171
asn1::rrc::t_poll_retx_nb_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:99
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::sib16_r13
@ sib16_r13
Definition: rrc_nbiot.h:5050
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::type_
types type_
Definition: rrc_nbiot.h:7358
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::different_pci_r13_s_::eutra_num_crs_ports_r13_opts::value
enum asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::different_pci_r13_s_::eutra_num_crs_ports_r13_opts::options value
asn1::rrc::t_poll_retx_nb_r13_opts::ms15000
@ ms15000
Definition: rrc_nbiot.h:91
asn1::rrc::nprach_cfg_sib_nb_r13_s::nprach_cp_len_r13_opts::value
enum asn1::rrc::nprach_cfg_sib_nb_r13_s::nprach_cp_len_r13_opts::options value
asn1::rrc::bcch_dl_sch_msg_type_nb_c::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:12130
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::types_opts::standalone_r15
@ standalone_r15
Definition: rrc_nbiot.h:1990
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:6531
asn1::rrc::rrc_conn_reest_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12544
asn1::rrc::dl_dcch_msg_type_nb_c::types_opts::c1
@ c1
Definition: rrc_nbiot.h:6652
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::type
types type() const
Definition: rrc_nbiot.h:1263
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::types_opts::rrc_conn_reest_complete_r13
@ rrc_conn_reest_complete_r13
Definition: rrc_nbiot.h:7202
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min44
@ min44
Definition: rrc_nbiot.h:6838
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:8553
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::types_opts::options
options
Definition: rrc_nbiot.h:7131
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::n6
@ n6
Definition: rrc_nbiot.h:1366
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::eutra_ctrl_region_size_r14_e_
enumerated< eutra_ctrl_region_size_r14_opts > eutra_ctrl_region_size_r14_e_
Definition: rrc_nbiot.h:3026
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::standalone_r13
standalone_nb_r13_s & standalone_r13()
Definition: rrc_nbiot.h:1693
asn1::rrc::ul_dcch_msg_nb_s::msg
ul_dcch_msg_type_nb_c msg
Definition: rrc_nbiot.h:9196
asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:212
asn1::rrc::sc_mcch_msg_type_nb_c::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:18445
asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4586
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3153
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8655
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::v16
@ v16
Definition: rrc_nbiot.h:4036
asn1::rrc::dl_dcch_msg_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15215
asn1::rrc::tdd_ue_cap_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18661
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8669
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::types_opts::ab_common_r13
@ ab_common_r13
Definition: rrc_nbiot.h:4632
asn1::rrc::ue_radio_access_cap_info_nb_ies_s::non_crit_ext
ue_radio_access_cap_info_nb_v1380_ies_s non_crit_ext
Definition: rrc_nbiot.h:8655
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:6744
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::options
options
Definition: rrc_nbiot.h:4436
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::options
options
Definition: rrc_nbiot.h:4428
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::db9
@ db9
Definition: rrc_nbiot.h:3991
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:7132
asn1::rrc::dl_cfg_common_nb_r14_s::pcch_cfg_r14
pcch_cfg_nb_r14_s pcch_cfg_r14
Definition: rrc_nbiot.h:3323
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13
t311_r13_e_ t311_r13
Definition: rrc_nbiot.h:4514
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n11
@ n11
Definition: rrc_nbiot.h:2733
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:13584
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf10
uint8_t & set_sf10()
Definition: rrc_nbiot.cc:17828
asn1::rrc::rrc_conn_request_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16758
asn1::rrc::ue_radio_access_cap_info_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19630
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c
c1_c_ c
Definition: rrc_nbiot.h:6984
asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15
tdd_params_r15_s_ tdd_params_r15
Definition: rrc_nbiot.h:3773
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::options
options
Definition: rrc_nbiot.h:4444
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_spare7
void set_spare7()
Definition: rrc_nbiot.cc:20700
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::types_opts::dl_carrier_cfg_r14
@ dl_carrier_cfg_r14
Definition: rrc_nbiot.h:4765
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:696
asn1::rrc::rrc_conn_resume_complete_nb_r13_ies_s::non_crit_ext
rrc_conn_resume_complete_nb_v1470_ies_s non_crit_ext
Definition: rrc_nbiot.h:7518
asn1::rrc::mib_tdd_nb_r15_s::spare
fixed_bitstring< 9 > spare
Definition: rrc_nbiot.h:2079
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14744
asn1::rrc::t_resel_nb_r13_opts::options
options
Definition: rrc_nbiot.h:4409
asn1::rrc::sib_type15_nb_r14_s::mbms_sai_intra_freq_r14_present
bool mbms_sai_intra_freq_r14_present
Definition: rrc_nbiot.h:4707
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::c
choice_buffer_t< ab_cfg_nb_r13_s, ab_per_plmn_list_r13_l_ > c
Definition: rrc_nbiot.h:4674
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3991
asn1::rrc::establishment_cause_nb_r13_opts::mt_access
@ mt_access
Definition: rrc_nbiot.h:7421
asn1::rrc::edt_tbs_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4793
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::ssp6
@ ssp6
Definition: rrc_nbiot.h:3254
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::spare1
@ spare1
Definition: rrc_nbiot.h:2345
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::types_opts::spare2
@ spare2
Definition: rrc_nbiot.h:8556
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::pp24
@ pp24
Definition: rrc_nbiot.h:806
asn1::rrc::bcch_dl_sch_msg_type_nb_c::type_
types type_
Definition: rrc_nbiot.h:5463
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15
nprach_subcarrier_msg3_range_start_r15_e_ nprach_subcarrier_msg3_range_start_r15
Definition: rrc_nbiot.h:2608
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::value
enum asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::options value
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::set_rrc_conn_reest_complete_r13
rrc_conn_reest_complete_nb_r13_ies_s & set_rrc_conn_reest_complete_r13()
Definition: rrc_nbiot.cc:16315
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:3354
asn1::rrc::pcch_msg_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16025
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:5617
asn1::rrc::sib_type1_nb_v1450_s
Definition: rrc_nbiot.h:4366
asn1::rrc::plmn_id_info_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:9798
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::spare2
@ spare2
Definition: rrc_nbiot.h:9028
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::ms15000
@ ms15000
Definition: rrc_nbiot.h:4420
asn1::rrc::sc_mcch_msg_type_nb_c::types_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:18531
asn1::rrc::rrc_conn_reest_complete_nb_r13_ies_s
Definition: rrc_nbiot.h:7186
asn1::rrc::rrc_conn_release_nb_v1530_ies_s::next_hop_chaining_count_r15
uint8_t next_hop_chaining_count_r15
Definition: rrc_nbiot.h:6056
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_long_r15_opts
Definition: rrc_nbiot.h:3884
asn1::rrc::ul_cfg_common_nb_v1530_s::nprach_params_list_fmt2_r15_present
bool nprach_params_list_fmt2_r15_present
Definition: rrc_nbiot.h:3801
asn1::rrc::dl_bitmap_nb_r13_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:333
asn1::rrc::wus_cfg_nb_r15_s::num_pos_r15_opts::n4
@ n4
Definition: rrc_nbiot.h:3853
asn1::rrc::ue_cap_nb_v1440_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18923
asn1::rrc::bcch_dl_sch_msg_nb_s::msg
bcch_dl_sch_msg_type_nb_c msg
Definition: rrc_nbiot.h:5469
asn1::rrc::rrc_conn_setup_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:5585
asn1::rrc::reest_info_nb_s::source_pci_r13
uint16_t source_pci_r13
Definition: rrc_nbiot.h:1564
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4500
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1990
asn1::rrc::rrc_conn_resume_complete_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16929
asn1::rrc::rrc_conn_reest_request_nb_r13_ies_s::reest_cause_r13
reest_cause_nb_r13_e reest_cause_r13
Definition: rrc_nbiot.h:7300
asn1::rrc::ue_radio_paging_info_nb_r13_s::ue_category_nb_r13_present
bool ue_category_nb_r13_present
Definition: rrc_nbiot.h:8450
asn1::rrc::rrc_conn_release_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13954
asn1::rrc::rrc_early_data_complete_nb_v1590_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:5493
asn1::rrc::sib_type15_nb_r14_s
Definition: rrc_nbiot.h:4705
asn1::rrc::phy_layer_params_nb_v1530_s::npusch_minus3dot75k_hz_scs_tdd_r15_present
bool npusch_minus3dot75k_hz_scs_tdd_r15_present
Definition: rrc_nbiot.h:8300
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:14397
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf64
uint8_t & set_sf64()
Definition: rrc_nbiot.cc:9170
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:1957
asn1::rrc::retx_bsr_timer_nb_r13_opts::number_type
int16_t number_type
Definition: rrc_nbiot.h:1018
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::operator=
sched_period_start_offset_scptm_r14_c_ & operator=(const sched_period_start_offset_scptm_r14_c_ &other)
Definition: rrc_nbiot.cc:9086
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:2892
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_e_
enumerated< nprach_num_cbra_start_subcarriers_r15_opts > nprach_num_cbra_start_subcarriers_r15_e_
Definition: rrc_nbiot.h:2739
asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2298
asn1::rrc::ue_radio_access_cap_info_nb_v1380_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19556
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::c
choice_buffer_t< sib_type1_nb_s, sys_info_nb_s > c
Definition: rrc_nbiot.h:5428
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::eutra_ctrl_region_size_r14_opts::value
enum asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::eutra_ctrl_region_size_r14_opts::options value
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::pp2
@ pp2
Definition: rrc_nbiot.h:790
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::c
rrc_conn_setup_nb_r13_ies_s c
Definition: rrc_nbiot.h:5793
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_opts::value
enum asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_opts::options value
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14
dl_gap_non_anchor_r14_c_ dl_gap_non_anchor_r14
Definition: rrc_nbiot.h:3048
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2346
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:3763
asn1::rrc::phys_cfg_ded_nb_r13_s::npdcch_cfg_ded_r13
npdcch_cfg_ded_nb_r13_s npdcch_cfg_ded_r13
Definition: rrc_nbiot.h:1327
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v32
@ v32
Definition: rrc_nbiot.h:2716
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp4
@ pp4
Definition: rrc_nbiot.h:4119
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::r256
@ r256
Definition: rrc_nbiot.h:4028
asn1::rrc::sib_type20_nb_r14_s
Definition: rrc_nbiot.h:4762
asn1::rrc::ul_ccch_msg_type_nb_c::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:19990
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:868
asn1::rrc::ue_cap_info_nb_s::rrc_transaction_id
uint8_t rrc_transaction_id
Definition: rrc_nbiot.h:8530
asn1::rrc::sys_info_nb_s::crit_exts_c_::types_opts::crit_exts_future
@ crit_exts_future
Definition: rrc_nbiot.h:5234
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::value
enum asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::options value
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::p_max_r13_present
bool p_max_r13_present
Definition: rrc_nbiot.h:3356
asn1::rrc::sib_type2_nb_r13_s::rr_cfg_common_r13
rr_cfg_common_sib_nb_r13_s rr_cfg_common_r13
Definition: rrc_nbiot.h:4737
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:3694
asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550_opts::v_minus8dot5
@ v_minus8dot5
Definition: rrc_nbiot.h:157
asn1::rrc::cell_sel_info_nb_v1350_s::delta_rx_lev_min_v1350
int8_t delta_rx_lev_min_v1350
Definition: rrc_nbiot.h:4547
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:6171
asn1::rrc::dl_bitmap_nb_r13_c::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:368
asn1::rrc::t_poll_retx_nb_r13_opts::ms120000
@ ms120000
Definition: rrc_nbiot.h:96
asn1::rrc::t_resel_nb_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:9515
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n69
@ n69
Definition: rrc_nbiot.h:2573
asn1::rrc::t_resel_nb_r13_opts::s18
@ s18
Definition: rrc_nbiot.h:4409
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8681
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:2351
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:10581
asn1::rrc::sc_mcch_msg_type_nb_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18469
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n22
@ n22
Definition: rrc_nbiot.h:2460
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::set_use_anchor_bitmap_r14
void set_use_anchor_bitmap_r14()
Definition: rrc_nbiot.cc:6354
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_setup_r13
@ rrc_conn_setup_r13
Definition: rrc_nbiot.h:5886
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n35
@ n35
Definition: rrc_nbiot.h:2414
asn1::rrc::ue_cap_nb_v1530_ies_s::rlc_params_r15
rlc_params_nb_r15_s rlc_params_r15
Definition: rrc_nbiot.h:8352
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::set_dl_carrier_idx_r14
uint8_t & set_dl_carrier_idx_r14()
Definition: rrc_nbiot.cc:10519
asn1::rrc::rrc_conn_resume_complete_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:7517
asn1::rrc::t_resel_nb_r13_e
enumerated< t_resel_nb_r13_opts > t_resel_nb_r13_e
Definition: rrc_nbiot.h:4415
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:6026
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_e_
enumerated< t310_r13_opts > t310_r13_e_
Definition: rrc_nbiot.h:1364
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::spare6
@ spare6
Definition: rrc_nbiot.h:809
asn1::rrc::ul_cfg_common_nb_v1530_s::nprach_params_list_fmt2_edt_r15
nprach_params_list_fmt2_nb_r15_l nprach_params_list_fmt2_edt_r15
Definition: rrc_nbiot.h:3804
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n20
@ n20
Definition: rrc_nbiot.h:2414
asn1::rrc::pcch_msg_type_nb_c::c1_c_::types_opts::value
enum asn1::rrc::pcch_msg_type_nb_c::c1_c_::types_opts::options value
asn1::rrc::nprach_cfg_sib_nb_v1530_s::fmt2_params_r15_s_::nprach_params_list_fmt2_r15
nprach_params_list_fmt2_nb_r15_l nprach_params_list_fmt2_r15
Definition: rrc_nbiot.h:3504
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:20724
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::n1
@ n1
Definition: rrc_nbiot.h:2785
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_opts::db35
@ db35
Definition: rrc_nbiot.h:3345
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_
Definition: rrc_nbiot.h:2629
asn1::rrc::inter_freq_neigh_cell_info_nb_v1530_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4847
asn1::rrc::wus_max_dur_factor_nb_r15_opts::value
enum asn1::rrc::wus_max_dur_factor_nb_r15_opts::options value
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_opts
Definition: rrc_nbiot.h:2352
asn1::rrc::cqi_npdcch_short_nb_r14_opts
Definition: rrc_nbiot.h:7268
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::types_opts::rrc_conn_recfg_r13
@ rrc_conn_recfg_r13
Definition: rrc_nbiot.h:6248
asn1::rrc::sched_info_nb_r13_s::sib_map_info_r13
sib_map_info_nb_r13_l sib_map_info_r13
Definition: rrc_nbiot.h:4605
asn1::rrc::drb_to_add_mod_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:1700
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types_opts::ue_cap_enquiry_r13
@ ue_cap_enquiry_r13
Definition: rrc_nbiot.h:6548
asn1::rrc::rrc_conn_reest_complete_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16274
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::ms20480
@ ms20480
Definition: rrc_nbiot.h:528
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::options
options
Definition: rrc_nbiot.h:3488
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::ms160
@ ms160
Definition: rrc_nbiot.h:2206
asn1::rrc::ue_cap_nb_v1440_ies_s
Definition: rrc_nbiot.h:8408
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::explicit_bitmap_cfg_r14
dl_bitmap_nb_r13_c & explicit_bitmap_cfg_r14()
Definition: rrc_nbiot.h:2902
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14
sched_period_start_offset_scptm_r14_c_ sched_period_start_offset_scptm_r14
Definition: rrc_nbiot.h:4353
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19759
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::sf4096
@ sf4096
Definition: rrc_nbiot.h:831
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr1
@ hr1
Definition: rrc_nbiot.h:6840
asn1::rrc::rf_params_nb_r13_s::multi_ns_pmax_r13_present
bool multi_ns_pmax_r13_present
Definition: rrc_nbiot.h:6778
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf160
uint8_t & set_sf160()
Definition: rrc_nbiot.cc:9185
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430
drx_cycle_v1430_e_ drx_cycle_v1430
Definition: rrc_nbiot.h:1309
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:6451
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::v48
@ v48
Definition: rrc_nbiot.h:942
asn1::rrc::reest_info_nb_s::target_cell_short_mac_i_r13
fixed_bitstring< 16 > target_cell_short_mac_i_r13
Definition: rrc_nbiot.h:1565
asn1::rrc::intra_freq_neigh_cell_info_nb_v1530_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:7324
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v1
@ v1
Definition: rrc_nbiot.h:124
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::n4
@ n4
Definition: rrc_nbiot.h:3461
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp16
@ pp16
Definition: rrc_nbiot.h:7817
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_e_
enumerated< ue_inactive_time_opts > ue_inactive_time_e_
Definition: rrc_nbiot.h:6873
asn1::rrc::rrc_conn_resume_nb_r13_ies_s::next_hop_chaining_count_r13
uint8_t next_hop_chaining_count_r13
Definition: rrc_nbiot.h:6148
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:2338
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db22
@ db22
Definition: rrc_nbiot.h:5521
asn1::rrc::sys_info_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:5206
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:4100
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::type
types type() const
Definition: rrc_nbiot.h:6565
asn1::rrc::ue_cap_nb_r13_s::ue_category_nb_r13_present
bool ue_category_nb_r13_present
Definition: rrc_nbiot.h:6889
asn1::rrc::npusch_cfg_common_nb_r13_s::dmrs_cfg_r13_s_::twelve_tone_base_seq_r13_present
bool twelve_tone_base_seq_r13_present
Definition: rrc_nbiot.h:3615
asn1::rrc::ue_paging_coverage_info_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19336
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp4
@ pp4
Definition: rrc_nbiot.h:4111
asn1::rrc::ns_pmax_value_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4703
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms320
@ ms320
Definition: rrc_nbiot.h:2631
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts
Definition: rrc_nbiot.h:4451
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_present
bool npdcch_num_repeats_ra_r14_present
Definition: rrc_nbiot.h:2429
asn1::rrc::dl_gap_cfg_nb_r13_s
Definition: rrc_nbiot.h:238
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::value
enum asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::options value
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts::value
enum asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts::options value
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19666
asn1::rrc::rr_cfg_common_sib_nb_r13_s::dl_gap_r13_present
bool dl_gap_r13_present
Definition: rrc_nbiot.h:4081
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:4965
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530_opts::number_type
uint32_t number_type
Definition: rrc_nbiot.h:4485
asn1::rrc::reest_cause_nb_r13_opts
Definition: rrc_nbiot.h:7290
asn1::rrc::ue_cap_nb_r13_s::pdcp_params_r13
pdcp_params_nb_r13_s pdcp_params_r13
Definition: rrc_nbiot.h:6894
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::r2
@ r2
Definition: rrc_nbiot.h:4028
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms320
@ ms320
Definition: rrc_nbiot.h:2645
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::n2
@ n2
Definition: rrc_nbiot.h:1382
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::pp512
@ pp512
Definition: rrc_nbiot.h:1216
asn1::rrc::bcch_dl_sch_msg_type_nb_c
Definition: rrc_nbiot.h:5381
asn1::rrc::ho_prep_info_nb_ies_s::rrm_cfg_r13
rrm_cfg_nb_s rrm_cfg_r13
Definition: rrc_nbiot.h:6911
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::c
choice_buffer_t< dl_carrier_cfg_common_nb_r14_s > c
Definition: rrc_nbiot.h:8106
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n36
@ n36
Definition: rrc_nbiot.h:2497
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms20
@ ms20
Definition: rrc_nbiot.h:2641
asn1::rrc::reest_cause_nb_r13_opts::other_fail
@ other_fail
Definition: rrc_nbiot.h:7291
asn1::rrc::phys_cfg_ded_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:1321
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_e_
enumerated< nprach_start_time_r15_opts > nprach_start_time_r15_e_
Definition: rrc_nbiot.h:2663
asn1::rrc::rlc_cfg_nb_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:1330
asn1::rrc::release_cause_nb_r13_opts::load_balancing_ta_urequired
@ load_balancing_ta_urequired
Definition: rrc_nbiot.h:6082
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_long_r15_opts::value
enum asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_long_r15_opts::options value
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db7
@ db7
Definition: rrc_nbiot.h:4382
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:5617
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17623
asn1::rrc::sib_type22_nb_r14_s::mixed_operation_mode_cfg_r15_s_::dl_cfg_list_mixed_r15_present
bool dl_cfg_list_mixed_r15_present
Definition: rrc_nbiot.h:4868
asn1::rrc::rr_cfg_common_sib_nb_r13_s::rach_cfg_common_r13
rach_cfg_common_nb_r13_s rach_cfg_common_r13
Definition: rrc_nbiot.h:4082
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::pwr_ramp_step_ce1_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6822
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::type_
types type_
Definition: rrc_nbiot.h:360
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::c
ue_cap_enquiry_nb_r13_ies_s c
Definition: rrc_nbiot.h:6499
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus102
@ dbm_minus102
Definition: rrc_nbiot.h:3186
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::same_pci_r13_s_::idx_to_mid_prb_r13
int8_t idx_to_mid_prb_r13
Definition: rrc_nbiot.h:401
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::to_number
int8_t to_number() const
Definition: rrc_nbiot.cc:1034
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::~c1_c_
~c1_c_()
Definition: rrc_nbiot.h:5902
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::dbm_minus88
@ dbm_minus88
Definition: rrc_nbiot.h:3148
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9657
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db6
@ db6
Definition: rrc_nbiot.h:5324
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:2448
asn1::rrc::reest_info_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3508
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::sf512
@ sf512
Definition: rrc_nbiot.h:826
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::sel_plmn_id_r13
uint8_t sel_plmn_id_r13
Definition: rrc_nbiot.h:7666
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::v1dot5
@ v1dot5
Definition: rrc_nbiot.h:942
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::r32
@ r32
Definition: rrc_nbiot.h:2269
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::set_rrc_conn_reest_r13
rrc_conn_reest_nb_s & set_rrc_conn_reest_r13()
Definition: rrc_nbiot.cc:13447
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::ms10000
@ ms10000
Definition: rrc_nbiot.h:1374
asn1::rrc::cell_resel_info_common_nb_v1450_s::s_search_delta_p_r14_e_
enumerated< s_search_delta_p_r14_opts > s_search_delta_p_r14_e_
Definition: rrc_nbiot.h:3920
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:3123
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17167
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_e_
enumerated< npdcch_start_sf_sc_mtch_r14_opts > npdcch_start_sf_sc_mtch_r14_e_
Definition: rrc_nbiot.h:8152
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::operator=
c1_c_ & operator=(const c1_c_ &other)
Definition: rrc_nbiot.cc:20601
asn1::rrc::setup_e
enumerated< setup_opts > setup_e
Definition: common.h:340
asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13_opts::one_fourth
@ one_fourth
Definition: rrc_nbiot.h:2298
asn1::rrc::drb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_present
bool lc_ch_cfg_r13_present
Definition: rrc_nbiot.h:761
asn1::rrc::ab_cfg_nb_r13_s::ab_category_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:65
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3604
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17908
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2481
asn1::rrc::mbms_session_info_r13_s
Definition: rrc_asn1.h:618
asn1::rrc::sib_type4_nb_r13_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:4998
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::value
enum asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::options value
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::c
choice_buffer_t< rrc_conn_recfg_complete_nb_s, rrc_conn_reest_complete_nb_s, rrc_conn_resume_complete_nb_s, rrc_conn_setup_complete_nb_s, security_mode_complete_s, security_mode_fail_s, ue_cap_info_nb_s, ul_info_transfer_nb_s > c
Definition: rrc_nbiot.h:9155
asn1::rrc::rach_cfg_common_nb_r13_s::conn_est_fail_offset_r13
uint8_t conn_est_fail_offset_r13
Definition: rrc_nbiot.h:3719
asn1::rrc::ue_cap_nb_v14x0_ies_s
Definition: rrc_nbiot.h:8374
asn1::rrc::drb_to_add_mod_nb_r13_s::pdcp_cfg_r13_present
bool pdcp_cfg_r13_present
Definition: rrc_nbiot.h:758
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::r8
@ r8
Definition: rrc_nbiot.h:3679
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::ms960
@ ms960
Definition: rrc_nbiot.h:5338
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::type
types type() const
Definition: rrc_nbiot.h:1232
asn1::rrc::scptm_cfg_nb_r14_s::scptm_neighbour_cell_list_r14
scptm_neighbour_cell_list_nb_r14_l scptm_neighbour_cell_list_r14
Definition: rrc_nbiot.h:8206
asn1::rrc::guardband_nb_r13_s::raster_offset_r13
ch_raster_offset_nb_r13_e raster_offset_r13
Definition: rrc_nbiot.h:1604
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::type
types type() const
Definition: rrc_nbiot.h:5904
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms64
@ ms64
Definition: rrc_nbiot.h:2489
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:11365
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::set_spare3
void set_spare3()
Definition: rrc_nbiot.cc:19709
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::types_opts::use_no_gap_r14
@ use_no_gap_r14
Definition: rrc_nbiot.h:2922
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp2
@ pp2
Definition: rrc_nbiot.h:4119
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min38
@ min38
Definition: rrc_nbiot.h:6837
asn1::rrc::sys_info_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:11813
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::set_different_pci_r13
different_pci_r13_s_ & set_different_pci_r13()
Definition: rrc_nbiot.cc:926
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp40
@ pp40
Definition: rrc_nbiot.h:860
asn1::rrc::nprach_params_fmt2_nb_r15_s
Definition: rrc_nbiot.h:2478
asn1::rrc::phy_layer_params_nb_v1440_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18810
asn1::rrc::inband_same_pci_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3669
asn1::rrc::rrc_conn_recfg_complete_nb_s
Definition: rrc_nbiot.h:7128
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:5587
asn1::rrc::ue_cap_nb_ext_r14_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:8425
asn1::rrc::rrc_conn_release_nb_r13_ies_s::extended_wait_time_r13
uint16_t extended_wait_time_r13
Definition: rrc_nbiot.h:6130
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::set_rrc_conn_setup_r13
rrc_conn_setup_nb_s & set_rrc_conn_setup_r13()
Definition: rrc_nbiot.cc:13462
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14197
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17965
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:6474
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_opts
Definition: rrc_nbiot.h:3941
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::c
choice_buffer_t< dl_carrier_cfg_common_nb_r14_s > c
Definition: rrc_nbiot.h:4807
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::ms4000
@ ms4000
Definition: rrc_nbiot.h:4420
asn1::rrc::bcch_cfg_nb_r13_s::mod_period_coeff_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3301
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::r64
@ r64
Definition: rrc_nbiot.h:8126
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::b328
@ b328
Definition: rrc_nbiot.h:2161
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::type_
types type_
Definition: rrc_nbiot.h:6498
asn1::rrc::periodic_bsr_timer_nb_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:2073
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts
Definition: rrc_nbiot.h:2213
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::v8
@ v8
Definition: rrc_nbiot.h:942
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::v2
@ v2
Definition: rrc_nbiot.h:2396
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf640
@ sf640
Definition: rrc_nbiot.h:4140
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:17200
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc_s_::ext
bool ext
Definition: rrc_nbiot.h:548
asn1::rrc::sched_info_nb_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6178
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n12
@ n12
Definition: rrc_nbiot.h:2733
asn1::rrc::sys_info_nb_s::crit_exts_c_::types_opts::options
options
Definition: rrc_nbiot.h:5234
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530_opts::ms120000
@ ms120000
Definition: rrc_nbiot.h:4484
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::c
rlc_cfg_nb_r13_c c
Definition: rrc_nbiot.h:1138
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:2381
asn1::rrc::dl_info_transfer_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:6093
asn1::rrc::rrc_conn_request_nb_r13_ies_s::multi_carrier_support_r13_present
bool multi_carrier_support_r13_present
Definition: rrc_nbiot.h:7439
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:3489
asn1::rrc::sib_type_nb_v1530_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4725
asn1::rrc::mbms_sai_inter_freq_nb_r14_s::mbms_sai_list_r14
mbms_sai_list_r11_l mbms_sai_list_r14
Definition: rrc_nbiot.h:3405
asn1::rrc::sib_type1_nb_v1350_s::cell_sel_info_v1350_present
bool cell_sel_info_v1350_present
Definition: rrc_nbiot.h:5219
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:12756
asn1::rrc::bcch_dl_sch_msg_type_nb_c::types_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:5434
asn1::rrc::sib_type1_nb_s::sys_info_value_tag_list_r13_present
bool sys_info_value_tag_list_r13_present
Definition: rrc_nbiot.h:5354
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_present
bool preamb_init_rx_target_pwr_v1450_present
Definition: rrc_nbiot.h:3213
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:7748
asn1::rrc::bcch_cfg_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6945
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n10
@ n10
Definition: rrc_nbiot.h:2414
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13
nprach_subcarrier_offset_r13_e_ nprach_subcarrier_offset_r13
Definition: rrc_nbiot.h:2310
asn1::rrc::mib_tdd_nb_r15_s::sib1_carrier_info_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2065
asn1::rrc::pwr_ramp_params_s
Definition: rr_common.h:737
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_opts::ms60000
@ ms60000
Definition: rrc_nbiot.h:1390
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf262144
@ rf262144
Definition: rrc_nbiot.h:4833
asn1::rrc::sib_type14_nb_r13_s::ab_per_nrsrp_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:10155
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14
preamb_init_rx_target_pwr_ce1_r14_e_ preamb_init_rx_target_pwr_ce1_r14
Definition: rrc_nbiot.h:3209
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14820
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13
n310_r13_e_ n310_r13
Definition: rrc_nbiot.h:4513
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14
npdcch_num_repeats_ra_r14_e_ npdcch_num_repeats_ra_r14
Definition: rrc_nbiot.h:2439
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3038
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_long_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3885
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::value
enum asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::options value
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n18
@ n18
Definition: rrc_nbiot.h:2665
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::n0
@ n0
Definition: rrc_nbiot.h:2222
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::set_sib23_v1530
sib_type23_nb_r15_s & set_sib23_v1530()
Definition: rrc_nbiot.cc:11575
asn1::rrc::dl_dcch_msg_type_nb_c::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:14864
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15_present
bool wake_up_signal_min_gap_e_drx_r15_present
Definition: rrc_nbiot.h:8457
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::type
types type() const
Definition: rrc_nbiot.h:2897
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts
Definition: rrc_nbiot.h:1365
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::db_minus10
@ db_minus10
Definition: rrc_nbiot.h:478
asn1::rrc::paging_weight_nb_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2805
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts
Definition: rrc_nbiot.h:2784
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::pp16
@ pp16
Definition: rrc_nbiot.h:2845
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::types_opts::crit_exts_future
@ crit_exts_future
Definition: rrc_nbiot.h:7330
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::nprach_preamb_format_r15_e_
enumerated< nprach_preamb_format_r15_opts > nprach_preamb_format_r15_e_
Definition: rrc_nbiot.h:3486
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:18105
asn1::rrc::rrc_conn_reest_request_nb_r13_ies_s::spare
fixed_bitstring< 20 > spare
Definition: rrc_nbiot.h:7303
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::set_explicit_value
lc_ch_cfg_nb_r13_s & set_explicit_value()
Definition: rrc_nbiot.cc:2409
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:1905
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::ue_cap_enquiry_r13
ue_cap_enquiry_nb_r13_ies_s & ue_cap_enquiry_r13()
Definition: rrc_nbiot.h:6484
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9690
asn1::rrc::cqi_npdcch_short_nb_r14_opts::number_type
int8_t number_type
Definition: rrc_nbiot.h:7270
asn1::rrc::sib_type23_nb_r15_s::ul_cfg_list_mixed_v1530_present
bool ul_cfg_list_mixed_v1530_present
Definition: rrc_nbiot.h:4903
asn1::rrc::standalone_tdd_nb_r15_s::sib_standalone_location_r15_opts::higher
@ higher
Definition: rrc_nbiot.h:1970
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15_opts::options
options
Definition: rrc_nbiot.h:3877
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts::min10
@ min10
Definition: rrc_nbiot.h:5533
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::r1
@ r1
Definition: rrc_nbiot.h:3100
asn1::rrc::ue_radio_paging_info_nb_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19796
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db10
@ db10
Definition: rrc_nbiot.h:5515
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_v1450
copy_ptr< cell_resel_info_common_nb_v1450_s > cell_resel_info_common_v1450
Definition: rrc_nbiot.h:4982
asn1::rrc::pcch_cfg_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6694
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::c
choice_buffer_t< guardband_tdd_nb_r15_s, inband_different_pci_tdd_nb_r15_s, inband_same_pci_tdd_nb_r15_s, standalone_tdd_nb_r15_s > c
Definition: rrc_nbiot.h:2060
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc_s_::profiles_r13_s_::profile0x0102
bool profile0x0102
Definition: rrc_nbiot.h:542
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::r1
@ r1
Definition: rrc_nbiot.h:318
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::ms25000
@ ms25000
Definition: rrc_nbiot.h:1350
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db3
@ db3
Definition: rrc_nbiot.h:4924
asn1::rrc::cell_sel_info_nb_v1350_s
Definition: rrc_nbiot.h:4546
asn1::rrc::ho_prep_info_nb_ies_s::as_context_r13_present
bool as_context_r13_present
Definition: rrc_nbiot.h:6907
asn1::rrc::mib_tdd_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4442
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::spare6
@ spare6
Definition: rrc_nbiot.h:2650
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_opts
Definition: rrc_nbiot.h:4467
asn1::rrc::ul_cfg_common_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8240
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::rrc_conn_reest_request_r13
rrc_conn_reest_request_nb_r13_ies_s & rrc_conn_reest_request_r13()
Definition: rrc_nbiot.h:7379
asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13_e_
enumerated< eutra_ctrl_region_size_r13_opts > eutra_ctrl_region_size_r13_e_
Definition: rrc_nbiot.h:5309
asn1::rrc::rr_cfg_ded_nb_r13_s::phys_cfg_ded_r13
phys_cfg_ded_nb_r13_s phys_cfg_ded_r13
Definition: rrc_nbiot.h:1531
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::types_opts::crit_exts_future
@ crit_exts_future
Definition: rrc_nbiot.h:5837
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::set_spare2
void set_spare2()
Definition: rrc_nbiot.cc:19430
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::set_use_no_gap_r13
void set_use_no_gap_r13()
Definition: rrc_nbiot.cc:766
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::n36
@ n36
Definition: rrc_nbiot.h:2345
asn1::rrc::rrc_conn_release_nb_v1550_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:6041
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:849
asn1::rrc::t_resel_nb_r13_opts
Definition: rrc_nbiot.h:4408
asn1::rrc::scptm_cfg_nb_r14_s::sc_mtch_info_list_r14
sc_mtch_info_list_nb_r14_l sc_mtch_info_list_r14
Definition: rrc_nbiot.h:8205
asn1::rrc::cqi_npdcch_nb_r14_opts::candidate_rep_h
@ candidate_rep_h
Definition: rrc_nbiot.h:7255
asn1::rrc::rrc_conn_recfg_nb_s
Definition: rrc_nbiot.h:6244
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf10
@ sf10
Definition: rrc_nbiot.h:7827
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day4
@ day4
Definition: rrc_nbiot.h:6859
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n0
@ n0
Definition: rrc_nbiot.h:2497
asn1::rrc::nprach_cfg_sib_nb_v1550_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:7667
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types_opts::security_mode_cmd_r13
@ security_mode_cmd_r13
Definition: rrc_nbiot.h:6547
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:6745
asn1::rrc::rrc_conn_reest_reject_s
Definition: dl_ccch_msg.h:621
asn1::rrc::rrc_conn_resume_nb_s::rrc_transaction_id
uint8_t rrc_transaction_id
Definition: rrc_nbiot.h:6456
asn1::rrc::paging_weight_nb_r14_opts::w4
@ w4
Definition: rrc_nbiot.h:2805
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::types_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:5385
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9679
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::value
enum asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::options value
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::sib_eutra_num_crs_ports_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:1791
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::operator=
operation_mode_info_r13_c_ & operator=(const operation_mode_info_r13_c_ &other)
Definition: rrc_nbiot.cc:3809
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r1
@ r1
Definition: rrc_nbiot.h:2691
asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15_present
bool tdd_params_r15_present
Definition: rrc_nbiot.h:3770
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n105
@ n105
Definition: rrc_nbiot.h:2577
asn1::rrc::sib_type22_nb_r14_s::ul_cfg_list_r14_present
bool ul_cfg_list_r14_present
Definition: rrc_nbiot.h:4879
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::same_pci_r14_s_::idx_to_mid_prb_r14
int8_t idx_to_mid_prb_r14
Definition: rrc_nbiot.h:2957
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::sf7680
@ sf7680
Definition: rrc_nbiot.h:834
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::set_sib5_r13
sib_type5_nb_r13_s & set_sib5_r13()
Definition: rrc_nbiot.cc:11545
asn1::rrc::inband_same_pci_tdd_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4358
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1119
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::set_use_anchor_gap_cfg_r14
void set_use_anchor_gap_cfg_r14()
Definition: rrc_nbiot.cc:6431
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5398
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::rrc_conn_recfg_complete_r13
rrc_conn_recfg_complete_nb_r13_ies_s & rrc_conn_recfg_complete_r13()
Definition: rrc_nbiot.h:7145
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_e_
enumerated< mac_contention_resolution_timer_r13_opts > mac_contention_resolution_timer_r13_e_
Definition: rrc_nbiot.h:2830
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::v4
@ v4
Definition: rrc_nbiot.h:8145
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::n1
@ n1
Definition: rrc_nbiot.h:3488
asn1::rrc::dl_info_transfer_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14100
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_
Definition: rrc_nbiot.h:4629
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:511
asn1::rrc::npusch_cfg_ded_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:2042
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_e_
enumerated< on_dur_timer_r13_opts > on_dur_timer_r13_e_
Definition: rrc_nbiot.h:788
asn1::rrc::sib_type3_nb_r13_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:4973
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::number_type
int16_t number_type
Definition: rrc_nbiot.h:3200
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::s15
@ s15
Definition: rrc_nbiot.h:6810
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:5695
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::ms32
@ ms32
Definition: rrc_nbiot.h:2214
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus128
@ dbm_minus128
Definition: rrc_nbiot.h:3173
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf40
uint8_t & set_sf40()
Definition: rrc_nbiot.cc:17843
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3074
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::n5
@ n5
Definition: rrc_nbiot.h:2777
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r256
@ r256
Definition: rrc_nbiot.h:2531
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf4096
uint16_t & set_sf4096()
Definition: rrc_nbiot.cc:9220
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_rrm_pwr_offset_r15_opts::db0
@ db0
Definition: rrc_nbiot.h:2128
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5533
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::types_opts::options
options
Definition: rrc_nbiot.h:1109
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::value
enum asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::options value
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n11
@ n11
Definition: rrc_nbiot.h:2414
asn1::rrc::periodic_bsr_timer_nb_r13_opts::number_type
int16_t number_type
Definition: rrc_nbiot.h:1008
asn1::rrc::ul_cfg_common_tdd_nb_r15_s::tdd_ul_dl_align_offset_r15
tdd_ul_dl_align_offset_nb_r15_e tdd_ul_dl_align_offset_r15
Definition: rrc_nbiot.h:3817
asn1::rrc::dl_gap_cfg_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:380
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530_opts::value
enum asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530_opts::options value
asn1::rrc::rrc_conn_setup_complete_nb_v1470_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17229
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:20047
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15_opts::ms40
@ ms40
Definition: rrc_nbiot.h:3877
asn1::rrc::rlc_cfg_nb_r13_c::set_um_uni_dir_dl_r15
void set_um_uni_dir_dl_r15()
Definition: rrc_nbiot.cc:1251
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530_e_
enumerated< t301_v1530_opts > t301_v1530_e_
Definition: rrc_nbiot.h:1404
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::dbm_minus124
@ dbm_minus124
Definition: rrc_nbiot.h:3146
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db12
@ db12
Definition: rrc_nbiot.h:5516
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::r1
@ r1
Definition: rrc_nbiot.h:917
asn1::rrc::rrc_conn_request_nb_s
Definition: rrc_nbiot.h:7453
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db_minus4dot77
@ db_minus4dot77
Definition: rrc_nbiot.h:4370
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::spare
@ spare
Definition: rrc_nbiot.h:4111
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::number_type
int16_t number_type
Definition: rrc_nbiot.h:3155
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6603
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::types_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:1660
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_opts::cs8
@ cs8
Definition: rrc_nbiot.h:6744
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_present
bool npdcch_start_sf_css_ra_r15_present
Definition: rrc_nbiot.h:2600
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_opts::to_number
int8_t to_number() const
Definition: rrc_nbiot.cc:7286
asn1::rrc::bcch_bch_msg_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3951
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::nprach_preamb_format_r15_opts::fmt2
@ fmt2
Definition: rrc_nbiot.h:3482
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_opts::options
options
Definition: rrc_nbiot.h:1286
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms1280
@ ms1280
Definition: rrc_nbiot.h:2481
asn1::rrc::rrc_conn_reject_nb_r13_ies_s::rrc_suspend_ind_r13_present
bool rrc_suspend_ind_r13_present
Definition: rrc_nbiot.h:5568
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_opts::number_type
int8_t number_type
Definition: rrc_nbiot.h:3338
asn1::rrc::sib_type22_nb_r14_s::paging_weight_anchor_r14_present
bool paging_weight_anchor_r14_present
Definition: rrc_nbiot.h:4880
asn1::rrc::rrc_conn_reest_request_nb_r13_ies_s
Definition: rrc_nbiot.h:7298
asn1::rrc::bcch_dl_sch_msg_type_nb_c::types_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:12340
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15
operation_mode_info_r15_c_ operation_mode_info_r15
Definition: rrc_nbiot.h:2077
asn1::rrc::bcch_dl_sch_msg_type_nb_c::bcch_dl_sch_msg_type_nb_c
bcch_dl_sch_msg_type_nb_c()=default
asn1::rrc::ul_info_transfer_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:20280
asn1::rrc::wus_cfg_nb_r15_s::num_pos_r15_opts::n2
@ n2
Definition: rrc_nbiot.h:3853
asn1::rrc::sib_type23_nb_r15_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:4904
asn1::rrc::rlf_timers_and_consts_nb_r13_c::set_release
void set_release()
Definition: rrc_nbiot.cc:2942
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5056
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp1
@ pp1
Definition: rrc_nbiot.h:4111
asn1::rrc::tdd_ue_cap_nb_r15_s::ext
bool ext
Definition: rrc_nbiot.h:8310
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2161
asn1::rrc::dl_bitmap_nb_r13_c::destroy_
void destroy_()
Definition: rrc_nbiot.cc:241
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::r8
@ r8
Definition: rrc_nbiot.h:4028
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_e_
enumerated< npdcch_num_repeats_sc_mtch_r14_opts > npdcch_num_repeats_sc_mtch_r14_e_
Definition: rrc_nbiot.h:8143
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:15190
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::types_opts::inband_same_pci_r13
@ inband_same_pci_r13
Definition: rrc_nbiot.h:1659
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf4096
@ sf4096
Definition: rrc_nbiot.h:7841
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:8768
asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550
carrier_freq_offset_v1550_e_ carrier_freq_offset_v1550
Definition: rrc_nbiot.h:167
asn1::rrc::pcch_msg_type_nb_c::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:16005
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::type_
types type_
Definition: rrc_nbiot.h:8698
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3345
asn1::rrc::scptm_cfg_nb_r14_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:8203
asn1::rrc::carrier_cfg_ded_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:1604
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::one64th_t
@ one64th_t
Definition: rrc_nbiot.h:3657
asn1::rrc::rrc_conn_resume_request_nb_r13_ies_s::early_contention_resolution_r14
bool early_contention_resolution_r14
Definition: rrc_nbiot.h:7577
asn1::rrc::sib_type_nb_r13_opts::options
options
Definition: rrc_nbiot.h:3734
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2206
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13
drx_cycle_r13_e_ drx_cycle_r13
Definition: rrc_nbiot.h:881
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2505
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:968
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf8192
@ rf8192
Definition: rrc_nbiot.h:4828
asn1::rrc::rrc_conn_release_nb_v1550_ies_s
Definition: rrc_nbiot.h:6039
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_
Definition: rrc_nbiot.h:654
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::type_
types type_
Definition: rrc_nbiot.h:583
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1216
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::pp4
@ pp4
Definition: rrc_nbiot.h:790
asn1::rrc::paging_record_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15853
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::r32
@ r32
Definition: rrc_nbiot.h:4028
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_
Definition: rrc_nbiot.h:6246
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_e_
enumerated< ce_authorisation_offset_r14_opts > ce_authorisation_offset_r14_e_
Definition: rrc_nbiot.h:3948
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::r8
@ r8
Definition: rrc_nbiot.h:3103
asn1::rrc::nsss_rrm_cfg_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4738
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::set_setup
setup_s_ & set_setup()
Definition: rrc_nbiot.cc:2183
asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15
time_offset_drx_r15_e_ time_offset_drx_r15
Definition: rrc_nbiot.h:3900
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:715
asn1::rrc::sc_mcch_msg_type_nb_c::types_opts
Definition: rrc_nbiot.h:8237
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::value
enum asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::options value
asn1::rrc::rrm_cfg_nb_s
Definition: rrc_nbiot.h:6801
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::spare2
@ spare2
Definition: rrc_nbiot.h:931
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530_opts::ms80000
@ ms80000
Definition: rrc_nbiot.h:1398
asn1::rrc::sib_type2_nb_r13_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:4742
asn1::rrc::wus_cfg_per_carrier_nb_r15_s
Definition: rrc_nbiot.h:3289
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf128
uint8_t & sf128()
Definition: rrc_nbiot.h:7893
asn1::rrc::rr_cfg_ded_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3235
asn1::rrc::sib_type3_nb_r13_s::nsss_rrm_cfg_r15
copy_ptr< nsss_rrm_cfg_nb_r15_s > nsss_rrm_cfg_r15
Definition: rrc_nbiot.h:4985
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14
sc_mcch_carrier_cfg_r14_c_ sc_mcch_carrier_cfg_r14
Definition: rrc_nbiot.h:4851
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_rrm_pwr_offset_r15_opts::to_number
int8_t to_number() const
Definition: rrc_nbiot.cc:4775
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::types_opts::nprach_fmt0_fmt1_r15
@ nprach_fmt0_fmt1_r15
Definition: rrc_nbiot.h:656
asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3239
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::r2
@ r2
Definition: rrc_nbiot.h:318
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_e_
enumerated< npdcch_num_repeats_ra_r13_opts > npdcch_num_repeats_ra_r13_e_
Definition: rrc_nbiot.h:2287
asn1::rrc::ue_cap_info_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19215
asn1::rrc::ul_carrier_cfg_ded_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:1550
asn1::rrc::intra_freq_cell_resel_info_nb_v1350_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8613
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::to_number
int32_t to_number() const
Definition: rrc_nbiot.cc:1124
asn1::SRSASN_CODE
SRSASN_CODE
Definition: asn1_utils.h:107
asn1::rrc::rrc_conn_setup_complete_nb_v1430_ies_s::dcn_id_r14_present
bool dcn_id_r14_present
Definition: rrc_nbiot.h:7647
asn1::rrc::sib_type23_nb_r15_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:4907
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:5658
asn1::rrc::sib_type23_nb_r15_s::ul_cfg_list_mixed_v1530
ul_cfg_common_list_nb_v1530_l ul_cfg_list_mixed_v1530
Definition: rrc_nbiot.h:4906
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::r64
@ r64
Definition: rrc_nbiot.h:3106
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::ul_info_transfer_r13
@ ul_info_transfer_r13
Definition: rrc_nbiot.h:9020
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:13206
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9734
asn1::rrc::inband_different_pci_tdd_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4327
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::n8
@ n8
Definition: rrc_nbiot.h:3461
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4642
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts
Definition: rrc_nbiot.h:2262
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::c
dl_gap_cfg_nb_r13_s c
Definition: rrc_nbiot.h:2952
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5031
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::to_number
int16_t to_number() const
Definition: rrc_nbiot.cc:6849
asn1::rrc::sib_guardband_inband_same_pci_tdd_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4060
asn1::rrc::pcch_msg_type_nb_c::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:7040
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4460
asn1::rrc::cqi_npdcch_nb_r14_opts::candidate_rep_i
@ candidate_rep_i
Definition: rrc_nbiot.h:7256
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1530_e_
enumerated< t311_v1530_opts > t311_v1530_e_
Definition: rrc_nbiot.h:1412
asn1::rrc::reest_cause_nb_r13_opts::options
options
Definition: rrc_nbiot.h:7291
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::options
options
Definition: rrc_nbiot.h:2681
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_opts::ms120000
@ ms120000
Definition: rrc_nbiot.h:1390
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::v4
@ v4
Definition: rrc_nbiot.h:2289
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:365
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::type
types type() const
Definition: rrc_nbiot.h:5398
asn1::rrc::drx_cfg_nb_r13_c::set_setup
setup_s_ & set_setup()
Definition: rrc_nbiot.cc:1740
asn1::rrc::ue_timers_and_consts_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:9522
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::ms15000
@ ms15000
Definition: rrc_nbiot.h:1374
asn1::rrc::dl_dcch_msg_type_nb_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14903
asn1::rrc::rrc_early_data_request_nb_v1590_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17487
asn1::rrc::sib_type22_nb_r14_s::dl_cfg_list_r14_present
bool dl_cfg_list_r14_present
Definition: rrc_nbiot.h:4878
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_
Definition: rrc_nbiot.h:1107
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db12
@ db12
Definition: rrc_nbiot.h:4930
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min20
@ min20
Definition: rrc_nbiot.h:6833
asn1::rrc::rlc_cfg_nb_r13_c::set_am
am_s_ & set_am()
Definition: rrc_nbiot.cc:1238
asn1::rrc::retx_bsr_timer_nb_r13_opts::options
options
Definition: rrc_nbiot.h:1017
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms1280
@ ms1280
Definition: rrc_nbiot.h:2631
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14
sc_mcch_mod_period_r14_e_ sc_mcch_mod_period_r14
Definition: rrc_nbiot.h:4854
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:5335
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::value
enum asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::options value
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::r16
@ r16
Definition: rrc_nbiot.h:3680
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::r8
@ r8
Definition: rrc_nbiot.h:318
asn1::rrc::sib_type22_nb_r14_s::mixed_operation_mode_cfg_r15_s_::dl_cfg_list_mixed_r15
dl_cfg_common_list_nb_r14_l dl_cfg_list_mixed_r15
Definition: rrc_nbiot.h:4872
asn1::rrc::rr_cfg_ded_nb_r13_s::drb_to_release_list_r13
drb_to_release_list_nb_r13_l drb_to_release_list_r13
Definition: rrc_nbiot.h:1529
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_opts
Definition: rrc_nbiot.h:2360
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::set_ue_radio_access_cap_info_r13
ue_radio_access_cap_info_nb_ies_s & set_ue_radio_access_cap_info_r13()
Definition: rrc_nbiot.cc:19704
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::r2
@ r2
Definition: rrc_nbiot.h:918
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::sib_eutra_num_crs_ports_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4038
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::r32
@ r32
Definition: rrc_nbiot.h:8125
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17044
asn1::rrc::rrc_conn_release_nb_v1550_ies_s::redirected_carrier_info_v1550
redirected_carrier_info_nb_v1550_s redirected_carrier_info_v1550
Definition: rrc_nbiot.h:6042
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:14853
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::types_opts::use_anchor_bitmap_r13
@ use_anchor_bitmap_r13
Definition: rrc_nbiot.h:330
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::v48
@ v48
Definition: rrc_nbiot.h:4036
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r2048
@ r2048
Definition: rrc_nbiot.h:2702
asn1::rrc::mib_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3729
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2583
asn1::rrc::ue_cap_nb_v1530_ies_s::phy_layer_params_v1530
phy_layer_params_nb_v1530_s phy_layer_params_v1530
Definition: rrc_nbiot.h:8354
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf256
uint16_t & set_sf256()
Definition: rrc_nbiot.cc:17868
asn1::rrc::sib_type14_nb_r13_s::ab_per_nrsrp_r15_opts
Definition: rrc_nbiot.h:4678
asn1::rrc::ue_radio_access_cap_info_nb_r14_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19527
asn1::rrc::rf_params_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15430
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:1973
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n66
@ n66
Definition: rrc_nbiot.h:2572
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::lc_ch_cfg_r13_c_
lc_ch_cfg_r13_c_()=default
asn1::rrc::pcch_msg_type_nb_c::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:15920
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_present
bool discard_timer_r13_present
Definition: rrc_nbiot.h:589
asn1::rrc::standalone_tdd_nb_r15_s::sib_standalone_location_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4409
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts::b552
@ b552
Definition: rrc_nbiot.h:4594
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:2762
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::value
enum asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::options value
asn1::rrc::sib_type22_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:10732
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:1989
asn1::rrc::rlc_cfg_nb_r13_c
Definition: rrc_nbiot.h:601
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::types_opts::sys_info_r13
@ sys_info_r13
Definition: rrc_nbiot.h:5384
asn1::rrc::guardband_tdd_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4082
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5637
asn1::rrc::pdcp_params_nb_r13_s::supported_rohc_profiles_r13_s_::profile0x0004
bool profile0x0004
Definition: rrc_nbiot.h:6737
asn1::rrc::rrc_conn_resume_complete_nb_v1470_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16891
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::sib_eutra_num_crs_ports_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1790
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350
t311_v1350_e_ t311_v1350
Definition: rrc_nbiot.h:4519
asn1::rrc::ue_cap_nb_ext_r14_ies_s::non_crit_ext
ue_cap_nb_v1440_ies_s non_crit_ext
Definition: rrc_nbiot.h:8429
asn1::rrc::rrc_conn_resume_complete_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16993
asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15_opts::n8
@ n8
Definition: rrc_nbiot.h:3861
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2817
asn1::rrc::sched_request_cfg_nb_r15_s::sr_with_harq_ack_cfg_r15_present
bool sr_with_harq_ack_cfg_r15_present
Definition: rrc_nbiot.h:1470
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:6400
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:8668
asn1::rrc::bcch_dl_sch_msg_type_nb_c::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:12134
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp4
@ pp4
Definition: rrc_nbiot.h:854
asn1::rrc::rrc_conn_resume_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14023
asn1::bit_ref_impl< const uint8_t * >
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::n512
@ n512
Definition: rrc_nbiot.h:3488
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_present
bool drx_cycle_v1430_present
Definition: rrc_nbiot.h:1308
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::one_quarter
@ one_quarter
Definition: rrc_nbiot.h:4048
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3881
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:7374
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19865
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_
Definition: rrc_nbiot.h:328
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::ms640
@ ms640
Definition: rrc_nbiot.h:5338
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::n36
@ n36
Definition: rrc_nbiot.h:2505
asn1::rrc::rrc_conn_reest_nb_v1430_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12376
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_opts
Definition: rrc_nbiot.h:2404
asn1::rrc::drb_to_add_mod_nb_r13_s::lc_ch_id_r13_present
bool lc_ch_id_r13_present
Definition: rrc_nbiot.h:760
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4949
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::options
options
Definition: rrc_nbiot.h:705
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::options
options
Definition: rrc_nbiot.h:2263
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3942
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus118
@ dbm_minus118
Definition: rrc_nbiot.h:3178
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::ue_cap_info_r13
ue_cap_info_nb_s & ue_cap_info_r13()
Definition: rrc_nbiot.h:9073
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_spare5
void set_spare5()
Definition: rrc_nbiot.cc:20708
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1530_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4492
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::n108
@ n108
Definition: rrc_nbiot.h:2505
asn1::rrc::wus_max_dur_factor_nb_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2875
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:7774
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16634
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_opts::options
options
Definition: rrc_nbiot.h:3337
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::types_opts::same_pci_r14
@ same_pci_r14
Definition: rrc_nbiot.h:2973
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18023
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_reest_complete_r13
@ rrc_conn_reest_complete_r13
Definition: rrc_nbiot.h:9015
asn1::rrc::sc_mcch_sched_info_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8970
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14
npdcch_offset_sc_mtch_r14_e_ npdcch_offset_sc_mtch_r14
Definition: rrc_nbiot.h:8185
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1530_e_
enumerated< t311_v1530_opts > t311_v1530_e_
Definition: rrc_nbiot.h:4498
asn1::rrc::nprach_params_tdd_nb_v1550_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6041
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::ms1280
@ ms1280
Definition: rrc_nbiot.h:2329
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13_opts::options
options
Definition: rrc_nbiot.h:248
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_opts::n36
@ n36
Definition: rrc_nbiot.h:2353
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:9863
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:9673
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::types_opts::spare3
@ spare3
Definition: rrc_nbiot.h:6926
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::spare2
@ spare2
Definition: rrc_nbiot.h:3663
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::type_
types type_
Definition: rrc_nbiot.h:2055
asn1::rrc::ue_radio_paging_info_nb_ies_s::ue_radio_paging_info_r13
dyn_octstring ue_radio_paging_info_r13
Definition: rrc_nbiot.h:8741
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5870
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::nsss_rrm_cfg_r15
copy_ptr< nsss_rrm_cfg_nb_r15_s > nsss_rrm_cfg_r15
Definition: rrc_nbiot.h:3379
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::eutra_ctrl_region_size_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:1022
asn1::rrc::ue_timers_and_consts_nb_r13_s
Definition: rrc_nbiot.h:4418
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf32
uint8_t & sf32()
Definition: rrc_nbiot.h:7873
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::b808
@ b808
Definition: rrc_nbiot.h:2161
asn1::rrc::rrc_conn_reest_request_nb_r14_ies_s::early_contention_resolution_r14
bool early_contention_resolution_r14
Definition: rrc_nbiot.h:7316
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf80
uint8_t & sf80()
Definition: rrc_nbiot.h:4190
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1821
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::nprach_fmt0_fmt1_r15
uint8_t & nprach_fmt0_fmt1_r15()
Definition: rrc_nbiot.h:675
asn1::rrc::ue_paging_coverage_info_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19342
asn1::rrc::rrc_conn_release_nb_v1430_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13793
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf80
uint8_t & set_sf80()
Definition: rrc_nbiot.cc:9175
asn1::rrc::dl_bitmap_nb_r13_c::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:254
asn1::rrc::rrc_conn_resume_complete_nb_r13_ies_s::sel_plmn_id_r13
uint8_t sel_plmn_id_r13
Definition: rrc_nbiot.h:7515
asn1::rrc::dl_cfg_common_nb_r14_s::pcch_cfg_r14_present
bool pcch_cfg_r14_present
Definition: rrc_nbiot.h:3321
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::dbm_minus126
@ dbm_minus126
Definition: rrc_nbiot.h:3145
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::value
enum asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::options value
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n44
@ n44
Definition: rrc_nbiot.h:2460
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::b504
@ b504
Definition: rrc_nbiot.h:2161
asn1::rrc::cqi_npdcch_nb_r14_opts::options
options
Definition: rrc_nbiot.h:7246
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::n20
@ n20
Definition: rrc_nbiot.h:1366
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:14431
asn1::rrc::inter_freq_neigh_cell_info_nb_v1530_s
Definition: rrc_nbiot.h:2180
asn1::rrc::ul_info_transfer_nb_r13_ies_s
Definition: rrc_nbiot.h:8952
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day30
@ day30
Definition: rrc_nbiot.h:6866
asn1::rrc::ul_cfg_common_tdd_nb_r15_s::ext
bool ext
Definition: rrc_nbiot.h:3815
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::t1
@ t1
Definition: rrc_nbiot.h:298
asn1::rrc::sib_type3_nb_r13_s::intra_freq_cell_resel_info_r13_s_::t_resel_r13
t_resel_nb_r13_e t_resel_r13
Definition: rrc_nbiot.h:4959
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus130
@ dbm_minus130
Definition: rrc_nbiot.h:3172
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14379
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::pp4
@ pp4
Definition: rrc_nbiot.h:2845
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_opts::value
enum asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_opts::options value
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::type
types type() const
Definition: rrc_nbiot.h:2931
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_third
@ one_third
Definition: rrc_nbiot.h:3561
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::one_eighth
@ one_eighth
Definition: rrc_nbiot.h:8156
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::spare4
@ spare4
Definition: rrc_nbiot.h:2276
asn1::rrc::guardband_tdd_nb_r15_s::eutra_bandwitdh_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:4302
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_spare6
void set_spare6()
Definition: rrc_nbiot.cc:20704
asn1::rrc::cell_resel_info_common_nb_v1450_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8513
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::al04
@ al04
Definition: rrc_nbiot.h:3830
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::al0
@ al0
Definition: rrc_nbiot.h:705
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8833
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n24
@ n24
Definition: rrc_nbiot.h:2567
asn1::rrc::npusch_cfg_ded_nb_r13_s::ack_nack_num_repeats_r13_present
bool ack_nack_num_repeats_r13_present
Definition: rrc_nbiot.h:993
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:6363
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:8390
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db_minus6
@ db_minus6
Definition: rrc_nbiot.h:5312
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:5696
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp24
@ pp24
Definition: rrc_nbiot.h:858
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp16
@ pp16
Definition: rrc_nbiot.h:4111
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::eutra_ctrl_region_size_r14_opts::n3
@ n3
Definition: rrc_nbiot.h:3020
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13
alpha_r13_e_ alpha_r13
Definition: rrc_nbiot.h:3841
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::options
options
Definition: rrc_nbiot.h:4119
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::options
options
Definition: rrc_nbiot.h:3934
asn1::rrc::dl_bitmap_nb_r13_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:349
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15_opts::ms1000
@ ms1000
Definition: rrc_nbiot.h:8440
asn1::rrc::inband_different_pci_nb_r13_s::eutra_num_crs_ports_r13_e_
enumerated< eutra_num_crs_ports_r13_opts > eutra_num_crs_ports_r13_e_
Definition: rrc_nbiot.h:1622
asn1::rrc::lc_ch_cfg_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:1056
asn1::rrc::reest_cause_nb_r13_opts::value
enum asn1::rrc::reest_cause_nb_r13_opts::options value
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_rrm_pwr_offset_r15
nsss_rrm_pwr_offset_r15_e_ nsss_rrm_pwr_offset_r15
Definition: rrc_nbiot.h:2146
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530_opts::value
enum asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530_opts::options value
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf1024
@ sf1024
Definition: rrc_nbiot.h:4141
asn1::rrc::rrc_conn_resume_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:6149
asn1::rrc::dl_info_transfer_nb_s::rrc_transaction_id
uint8_t rrc_transaction_id
Definition: rrc_nbiot.h:6234
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_e_
enumerated< alpha_r13_opts > alpha_r13_e_
Definition: rrc_nbiot.h:3837
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_resume_r13
@ rrc_conn_resume_r13
Definition: rrc_nbiot.h:6549
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::dl_bitmap_non_anchor_r13_c_
dl_bitmap_non_anchor_r13_c_()=default
asn1::rrc::rrc_conn_release_nb_v1550_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13681
asn1::rrc::drb_to_add_mod_nb_r13_s::lc_ch_id_r13
uint8_t lc_ch_id_r13
Definition: rrc_nbiot.h:766
asn1::rrc::dl_ccch_msg_type_nb_c::dl_ccch_msg_type_nb_c
dl_ccch_msg_type_nb_c()=default
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7456
asn1::rrc::dl_dcch_msg_type_nb_c::set_msg_class_ext
void set_msg_class_ext()
Definition: rrc_nbiot.cc:14869
asn1::rrc::dl_dcch_msg_type_nb_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14888
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:14549
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::nprach_params_list_tdd_r15
nprach_params_list_tdd_nb_r15_l nprach_params_list_tdd_r15
Definition: rrc_nbiot.h:3499
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::set_sib3_r13
sib_type3_nb_r13_s & set_sib3_r13()
Definition: rrc_nbiot.cc:11535
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:6983
asn1::rrc::rrc_conn_resume_request_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17095
asn1::rrc::rlf_timers_and_consts_nb_r13_c::c
setup_s_ c
Definition: rrc_nbiot.h:1461
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::r32
@ r32
Definition: rrc_nbiot.h:3105
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:7165
asn1::rrc::carrier_cfg_ded_nb_r13_s
Definition: rrc_nbiot.h:744
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::one_eighth
@ one_eighth
Definition: rrc_nbiot.h:2557
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::spare1
@ spare1
Definition: rrc_nbiot.h:4836
asn1::rrc::sib_type1_nb_s::multi_band_info_list_r13
multi_band_info_list_nb_r13_l multi_band_info_list_r13
Definition: rrc_nbiot.h:5363
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:17025
asn1::rrc::ch_raster_offset_nb_r13_opts::number_type
float number_type
Definition: rrc_nbiot.h:1594
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::value
enum asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::options value
asn1::rrc::rrm_cfg_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15487
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::rrc_early_data_complete_r15
rrc_early_data_complete_nb_r15_s & rrc_early_data_complete_r15()
Definition: rrc_nbiot.h:5929
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::n5
@ n5
Definition: rrc_nbiot.h:4460
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::n128
@ n128
Definition: rrc_nbiot.h:3488
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::types_opts::options
options
Definition: rrc_nbiot.h:8968
asn1::rrc::rrc_conn_reest_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:5678
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:3878
asn1::rrc::rlc_cfg_nb_r13_c::types_opts::options
options
Definition: rrc_nbiot.h:607
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::n8
@ n8
Definition: rrc_nbiot.h:1382
asn1::rrc::carrier_freq_nb_r13_s
Definition: rrc_nbiot.h:109
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:7665
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:7484
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::establishment_cause_r15_e_
enumerated< establishment_cause_r15_opts > establishment_cause_r15_e_
Definition: rrc_nbiot.h:7744
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:15752
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3692
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13_opts::one_third
@ one_third
Definition: rrc_nbiot.h:2238
asn1::rrc::sys_info_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:11346
asn1::rrc::sib_type2_nb_r13_s::cp_reest_r14_present
bool cp_reest_r14_present
Definition: rrc_nbiot.h:4745
asn1::rrc::pdcp_params_nb_r13_s::supported_rohc_profiles_r13_s_::profile0x0002
bool profile0x0002
Definition: rrc_nbiot.h:6735
asn1::rrc::sys_info_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cfg_r13
drx_cfg_nb_r13_c drx_cfg_r13
Definition: rrc_nbiot.h:1300
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::n36
@ n36
Definition: rrc_nbiot.h:2673
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:319
asn1::rrc::rrc_conn_release_nb_v1550_ies_s::redirected_carrier_info_v1550_present
bool redirected_carrier_info_v1550_present
Definition: rrc_nbiot.h:6040
asn1::rrc::mib_nb_s
Definition: rrc_nbiot.h:1656
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::value
enum asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::options value
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_present
bool lc_ch_sr_cfg_r13_present
Definition: rrc_nbiot.h:1298
asn1::rrc::meas_result_serv_cell_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15830
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8712
asn1::rrc::rr_cfg_ded_nb_r13_s::rlf_timers_and_consts_r13_present
bool rlf_timers_and_consts_r13_present
Definition: rrc_nbiot.h:1526
asn1::rrc::drx_cfg_nb_r13_c::type
types type() const
Definition: rrc_nbiot.h:890
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::types_opts
Definition: rrc_nbiot.h:2972
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::n3
@ n3
Definition: rrc_nbiot.h:4444
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::r4
@ r4
Definition: rrc_nbiot.h:919
asn1::rrc::mac_main_cfg_nb_r13_s::ul_sch_cfg_r13_s_::retx_bsr_timer_r13
retx_bsr_timer_nb_r13_e retx_bsr_timer_r13
Definition: rrc_nbiot.h:1211
asn1::rrc::rf_params_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15422
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::types_opts::explicit_value
@ explicit_value
Definition: rrc_nbiot.h:1142
asn1::rrc::drb_to_add_mod_nb_r13_s::rlc_cfg_r13
rlc_cfg_nb_r13_c rlc_cfg_r13
Definition: rrc_nbiot.h:765
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:17641
asn1::rrc::as_context_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3561
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7809
asn1::rrc::ue_cap_enquiry_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14708
asn1::rrc::ul_cfg_common_nb_v1530_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8295
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::types_opts::value
enum asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::types_opts::options value
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v4
@ v4
Definition: rrc_nbiot.h:127
asn1::rrc::ue_paging_coverage_info_nb_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19299
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms160
@ ms160
Definition: rrc_nbiot.h:2631
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9668
asn1::rrc::ue_paging_coverage_info_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19348
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::different_pci_r14_s_::eutra_num_crs_ports_r14_opts::options
options
Definition: rrc_nbiot.h:2961
asn1::rrc::sib_type1_nb_s::cell_sel_info_r13_s_::q_rx_lev_min_r13
int8_t q_rx_lev_min_r13
Definition: rrc_nbiot.h:5299
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::set_rrc_early_data_complete_r15
rrc_early_data_complete_nb_r15_ies_s & set_rrc_early_data_complete_r15()
Definition: rrc_nbiot.cc:13201
asn1::rrc::mac_main_cfg_nb_r13_s::ra_cfra_cfg_r14_present
bool ra_cfra_cfg_r14_present
Definition: rrc_nbiot.h:1311
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530_e_
enumerated< t301_v1530_opts > t301_v1530_e_
Definition: rrc_nbiot.h:4490
asn1::rrc::ab_cfg_plmn_nb_r13_s
Definition: rrc_nbiot.h:70
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:6005
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_present
bool nprach_num_cbra_start_subcarriers_r14_present
Definition: rrc_nbiot.h:2432
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_
Definition: rrc_nbiot.h:1348
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::type_
types type_
Definition: rrc_nbiot.h:1170
asn1::rrc::inband_different_pci_nb_r13_s::eutra_num_crs_ports_r13_opts::value
enum asn1::rrc::inband_different_pci_nb_r13_s::eutra_num_crs_ports_r13_opts::options value
asn1::rrc::ue_cap_nb_r13_s::multiple_drb_r13_present
bool multiple_drb_r13_present
Definition: rrc_nbiot.h:6890
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:4820
asn1::rrc::reestab_ue_id_cp_nb_r14_s
Definition: rrc_nbiot.h:7278
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:249
asn1::rrc::reest_cause_nb_r13_e
enumerated< reest_cause_nb_r13_opts > reest_cause_nb_r13_e
Definition: rrc_nbiot.h:7295
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf80
@ sf80
Definition: rrc_nbiot.h:4134
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp112
@ pp112
Definition: rrc_nbiot.h:864
asn1::rrc::release_cause_nb_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:6082
asn1::rrc::mib_tdd_nb_r15_s::sib1_carrier_info_r15
sib1_carrier_info_r15_e_ sib1_carrier_info_r15
Definition: rrc_nbiot.h:2078
asn1::rrc::inband_same_pci_tdd_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4365
asn1::rrc::rrc_conn_release_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14411
asn1::rrc::dl_ccch_msg_type_nb_c::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:13269
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1530_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9745
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_opts::ms60000
@ ms60000
Definition: rrc_nbiot.h:4468
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r512
@ r512
Definition: rrc_nbiot.h:2700
asn1::rrc::cqi_npdcch_nb_r14_opts::no_meass
@ no_meass
Definition: rrc_nbiot.h:7247
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::establishment_cause_r15_opts::options
options
Definition: rrc_nbiot.h:7740
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_fourth
@ one_fourth
Definition: rrc_nbiot.h:3560
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::value
enum asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::options value
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::pp3
@ pp3
Definition: rrc_nbiot.h:2816
asn1::rrc::release_cause_nb_r13_opts::rrc_suspend
@ rrc_suspend
Definition: rrc_nbiot.h:6082
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::r2048
@ r2048
Definition: rrc_nbiot.h:8131
asn1::rrc::ab_cfg_nb_r13_s::ab_category_r13_opts::b
@ b
Definition: rrc_nbiot.h:69
asn1::rrc::npusch_cfg_common_nb_r13_s::dmrs_cfg_r13_s_::six_tone_base_seq_r13_present
bool six_tone_base_seq_r13_present
Definition: rrc_nbiot.h:3614
asn1::rrc::rrc_conn_release_nb_v15b0_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:6027
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::registered_mme_r13_present
bool registered_mme_r13_present
Definition: rrc_nbiot.h:7661
asn1::rrc::ue_cap_nb_v1530_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18783
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14
npdcch_num_repeats_sc_mtch_r14_e_ npdcch_num_repeats_sc_mtch_r14
Definition: rrc_nbiot.h:8183
asn1::rrc::sib_type23_nb_r15_s::ul_cfg_list_v1530
ul_cfg_common_list_nb_v1530_l ul_cfg_list_v1530
Definition: rrc_nbiot.h:4905
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530_opts::to_number
uint32_t to_number() const
Definition: rrc_nbiot.cc:3167
asn1::rrc::sib_type_nb_r13_opts::sib_type14_nb_r13
@ sib_type14_nb_r13
Definition: rrc_nbiot.h:3738
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1530
t311_v1530_e_ t311_v1530
Definition: rrc_nbiot.h:4527
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7843
asn1::rrc::npdcch_cfg_ded_nb_v1530_s::npdcch_start_sf_uss_v1530_e_
enumerated< npdcch_start_sf_uss_v1530_opts > npdcch_start_sf_uss_v1530_e_
Definition: rrc_nbiot.h:980
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7131
asn1::rrc::t_poll_retx_nb_r13_opts::ms4000
@ ms4000
Definition: rrc_nbiot.h:88
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:8758
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_
Definition: rrc_nbiot.h:5615
asn1::rrc::paging_nb_s::sys_info_mod_r13_present
bool sys_info_mod_r13_present
Definition: rrc_nbiot.h:7025
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db16
@ db16
Definition: rrc_nbiot.h:4932
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms160
@ ms160
Definition: rrc_nbiot.h:2481
asn1::rrc::nprach_cfg_sib_nb_r13_s::nprach_cp_len_r13_opts::number_type
float number_type
Definition: rrc_nbiot.h:3428
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s
Definition: rrc_nbiot.h:327
asn1::rrc::t_poll_retx_nb_r13_opts::ms180000
@ ms180000
Definition: rrc_nbiot.h:97
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:5573
asn1::rrc::ns_pmax_value_nb_r13_s
Definition: rrc_nbiot.h:2101
asn1::rrc::bcch_bch_msg_tdd_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4679
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2248
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:3134
asn1::rrc::lc_ch_cfg_nb_r13_s::lc_ch_sr_prohibit_r13
bool lc_ch_sr_prohibit_r13
Definition: rrc_nbiot.h:516
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n23
@ n23
Definition: rrc_nbiot.h:2414
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13091
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:11673
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9880
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::types_opts::rrc_early_data_request_r15
@ rrc_early_data_request_r15
Definition: rrc_nbiot.h:8832
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::s_tmsi_r15
s_tmsi_s s_tmsi_r15
Definition: rrc_nbiot.h:7749
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::pp0
@ pp0
Definition: rrc_nbiot.h:799
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::ue_paging_coverage_info_r13
ue_paging_coverage_info_nb_ies_s & ue_paging_coverage_info_r13()
Definition: rrc_nbiot.h:8570
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::spare4
@ spare4
Definition: rrc_nbiot.h:9026
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::r2
@ r2
Definition: rrc_nbiot.h:8121
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::ms1000
@ ms1000
Definition: rrc_nbiot.h:1358
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14805
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4765
asn1::rrc::rlf_timers_and_consts_nb_r13_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:2966
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::types_opts::options
options
Definition: rrc_nbiot.h:5837
asn1::rrc::bcch_cfg_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6957
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_num_occ_diff_precoders_r15_opts::n2
@ n2
Definition: rrc_nbiot.h:2136
asn1::rrc::rrc_conn_recfg_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:6110
asn1::rrc::inband_different_pci_tdd_nb_r15_s::eutra_num_crs_ports_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4337
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::r512
@ r512
Definition: rrc_nbiot.h:4028
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v8
@ v8
Definition: rrc_nbiot.h:2548
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::value
enum asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::options value
asn1::rrc::rrc_conn_reest_nb_v1430_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:5480
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::v48
@ v48
Definition: rrc_nbiot.h:2289
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::types_opts::rrc_conn_request_r13
@ rrc_conn_request_r13
Definition: rrc_nbiot.h:7456
asn1::rrc::rrm_cfg_nb_s::ext
bool ext
Definition: rrc_nbiot.h:6876
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::set_spare3
void set_spare3()
Definition: rrc_nbiot.cc:13472
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_rrm_pwr_offset_r15_opts::db3
@ db3
Definition: rrc_nbiot.h:2128
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16851
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_opts::value
enum asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_opts::options value
asn1::rrc::sib_type1_nb_s::si_radio_frame_offset_r13
uint8_t si_radio_frame_offset_r13
Definition: rrc_nbiot.h:5369
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::spare2
@ spare2
Definition: rrc_nbiot.h:2385
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_e_
enumerated< nprach_subcarrier_msg3_range_start_r14_opts > nprach_subcarrier_msg3_range_start_r14_e_
Definition: rrc_nbiot.h:2368
asn1::rrc::wus_cfg_nb_r15_s::num_pos_r15
num_pos_r15_e_ num_pos_r15
Definition: rrc_nbiot.h:3898
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::types_opts::rrc_early_data_complete_r15
@ rrc_early_data_complete_r15
Definition: rrc_nbiot.h:5837
asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13_opts::n3
@ n3
Definition: rrc_nbiot.h:5303
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:8763
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::spare6
@ spare6
Definition: rrc_nbiot.h:9024
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:13118
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::ms64
@ ms64
Definition: rrc_nbiot.h:2337
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::q_rx_lev_min_r13
int8_t q_rx_lev_min_r13
Definition: rrc_nbiot.h:3362
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_e_
enumerated< si_periodicity_r13_opts > si_periodicity_r13_e_
Definition: rrc_nbiot.h:4584
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:2128
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sched_period_start_offset_scptm_r14_c_
sched_period_start_offset_scptm_r14_c_()=default
asn1::rrc::nprach_cfg_sib_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:7412
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::types_opts::value
enum asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::types_opts::options value
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::different_pci_r14_s_::eutra_num_crs_ports_r14
eutra_num_crs_ports_r14_e_ eutra_num_crs_ports_r14
Definition: rrc_nbiot.h:2970
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_e_
enumerated< edt_tbs_r15_opts > edt_tbs_r15_e_
Definition: rrc_nbiot.h:2167
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:2405
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:417
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14303
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15702
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::operator=
c1_c_ & operator=(const c1_c_ &other)
Definition: rrc_nbiot.cc:13411
asn1::copy_ptr
Definition: asn1_utils.h:1164
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_e_
enumerated< npdcch_num_repeats_ra_r14_opts > npdcch_num_repeats_ra_r14_e_
Definition: rrc_nbiot.h:2394
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::ms16
@ ms16
Definition: rrc_nbiot.h:2214
asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13_opts::n48
@ n48
Definition: rrc_nbiot.h:2230
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v2
@ v2
Definition: rrc_nbiot.h:125
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::sib3_r13
@ sib3_r13
Definition: rrc_nbiot.h:5046
asn1::rrc::standalone_tdd_nb_r15_s::sib_standalone_location_r15_opts::lower
@ lower
Definition: rrc_nbiot.h:1970
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:20158
asn1::rrc::ue_cap_info_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19222
asn1::rrc::mib_nb_s::ab_enabled_r13
bool ab_enabled_r13
Definition: rrc_nbiot.h:1735
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:1367
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_opts::one_eighth
@ one_eighth
Definition: rrc_nbiot.h:2405
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day2hr12
@ day2hr12
Definition: rrc_nbiot.h:6857
asn1::rrc::ue_radio_access_cap_info_nb_r14_ies_s
Definition: rrc_nbiot.h:8627
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n48
@ n48
Definition: rrc_nbiot.h:2733
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4971
asn1::rrc::rrc_conn_recfg_nb_s::rrc_transaction_id
uint8_t rrc_transaction_id
Definition: rrc_nbiot.h:6308
asn1::rrc::sib_type_nb_r13_opts::sib_type22_nb_r14
@ sib_type22_nb_r14
Definition: rrc_nbiot.h:3742
asn1::rrc::npusch_cfg_common_nb_r13_s::dmrs_cfg_r13_s_
Definition: rrc_nbiot.h:3612
asn1::rrc::establishment_cause_nb_r13_opts::options
options
Definition: rrc_nbiot.h:7420
asn1::rrc::sib_type22_nb_r14_s::mixed_operation_mode_cfg_r15_s_::nprach_distribution_r15_present
bool nprach_distribution_r15_present
Definition: rrc_nbiot.h:4871
asn1::rrc::rr_cfg_common_sib_nb_r13_s::nprach_cfg_v1550
copy_ptr< nprach_cfg_sib_nb_v1550_s > nprach_cfg_v1550
Definition: rrc_nbiot.h:4100
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr6
@ hr6
Definition: rrc_nbiot.h:6848
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_num_occ_diff_precoders_r15_e_
enumerated< nsss_num_occ_diff_precoders_r15_opts > nsss_num_occ_diff_precoders_r15_e_
Definition: rrc_nbiot.h:2142
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4428
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::eutra_ctrl_region_size_r14
eutra_ctrl_region_size_r14_e_ eutra_ctrl_region_size_r14
Definition: rrc_nbiot.h:3031
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::value
enum asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::options value
asn1::rrc::sib_type_nb_v1530_opts::spare2
@ spare2
Definition: rrc_nbiot.h:2114
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:5944
asn1::rrc::paging_nb_s::paging_record_list_r13_present
bool paging_record_list_r13_present
Definition: rrc_nbiot.h:7024
asn1::rrc::standalone_tdd_nb_r15_s::sib_standalone_location_r15_e_
enumerated< sib_standalone_location_r15_opts > sib_standalone_location_r15_e_
Definition: rrc_nbiot.h:1974
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5020
asn1::rrc::ul_dcch_msg_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:20937
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::options
options
Definition: rrc_nbiot.h:1382
asn1::rrc::ue_cap_nb_r13_s::phy_layer_params_r13
phy_layer_params_nb_r13_s phy_layer_params_r13
Definition: rrc_nbiot.h:6895
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus106
@ dbm_minus106
Definition: rrc_nbiot.h:3184
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:8501
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13519
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:8495
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min3s30
@ min3s30
Definition: rrc_nbiot.h:6822
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::value
enum asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::options value
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_
Definition: rrc_nbiot.h:1027
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf32
uint8_t & sf32()
Definition: rrc_nbiot.h:4175
asn1::rrc::bcch_dl_sch_msg_type_nb_c::set_msg_class_ext
void set_msg_class_ext()
Definition: rrc_nbiot.cc:12139
asn1::rrc::inband_different_pci_tdd_nb_r15_s::sib_inband_location_r15_e_
enumerated< sib_inband_location_r15_opts > sib_inband_location_r15_e_
Definition: rrc_nbiot.h:1934
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::r1024
@ r1024
Definition: rrc_nbiot.h:3110
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12851
asn1::rrc::sys_info_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:11832
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2539
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min5
@ min5
Definition: rrc_nbiot.h:6824
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::v1dot5
@ v1dot5
Definition: rrc_nbiot.h:2396
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:5051
asn1::rrc::t_poll_retx_nb_r13_opts::ms500
@ ms500
Definition: rrc_nbiot.h:84
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::same_pci_ind_r14_c_
same_pci_ind_r14_c_()=default
asn1::rrc::ul_dcch_msg_nb_s
Definition: rrc_nbiot.h:9195
asn1::rrc::ue_cap_nb_ext_r14_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18986
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::sib14_r13
sib_type14_nb_r13_s & sib14_r13()
Definition: rrc_nbiot.h:5096
asn1::rrc::ch_raster_offset_nb_r13_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:3593
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:8613
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:6500
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15
nprach_subcarrier_offset_r15_e_ nprach_subcarrier_offset_r15
Definition: rrc_nbiot.h:2754
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::pp8
@ pp8
Definition: rrc_nbiot.h:804
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_opts::ms90000
@ ms90000
Definition: rrc_nbiot.h:4468
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_
Definition: rrc_nbiot.h:2327
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr2min30
@ hr2min30
Definition: rrc_nbiot.h:6843
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_
Definition: rrc_nbiot.h:6172
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::type
types type() const
Definition: rrc_nbiot.h:5773
asn1::rrc::sib_guardband_guardband_tdd_nb_r15_s::sib_guardband_guardband_location_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1772
asn1::rrc::sys_info_nb_s::crit_exts_c_::types_opts::value
enum asn1::rrc::sys_info_nb_s::crit_exts_c_::types_opts::options value
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13_opts::number_type
float number_type
Definition: rrc_nbiot.h:952
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n102
@ n102
Definition: rrc_nbiot.h:2497
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:14583
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r8
@ r8
Definition: rrc_nbiot.h:2694
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:6964
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r1
@ r1
Definition: rrc_nbiot.h:2523
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:5294
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2345
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6397
asn1::rrc::sc_mcch_msg_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18554
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:478
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::pp3
@ pp3
Definition: rrc_nbiot.h:2845
asn1::rrc::sib_guardband_guardband_tdd_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4004
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_dur_coeff_r13_e_
enumerated< dl_gap_dur_coeff_r13_opts > dl_gap_dur_coeff_r13_e_
Definition: rrc_nbiot.h:263
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17440
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1530_opts::to_number
uint32_t to_number() const
Definition: rrc_nbiot.cc:9750
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::set_rrc_conn_reest_request_r13
rrc_conn_reest_request_nb_r13_ies_s & set_rrc_conn_reest_request_r13()
Definition: rrc_nbiot.cc:16607
asn1::rrc::rlf_timers_and_consts_nb_r13_c::set_setup
setup_s_ & set_setup()
Definition: rrc_nbiot.cc:2946
asn1::rrc::sib_type20_nb_r14_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:4849
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8380
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_
Definition: rrc_nbiot.h:2920
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts
Definition: rrc_nbiot.h:2504
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::s1
@ s1
Definition: rrc_nbiot.h:6804
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15
npdcch_start_sf_css_ra_r15_e_ npdcch_start_sf_css_ra_r15
Definition: rrc_nbiot.h:2610
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15
alpha_r15_e_ alpha_r15
Definition: rrc_nbiot.h:719
asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18514
asn1::rrc::nprach_probability_anchor_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:7702
asn1::rrc::intra_freq_neigh_cell_info_nb_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:7304
asn1::rrc::rrc_conn_setup_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12606
asn1::rrc::mac_main_cfg_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:2548
asn1::rrc::tdd_ue_cap_nb_r15_s::phy_layer_params_rel13_r15
phy_layer_params_nb_r13_s phy_layer_params_rel13_r15
Definition: rrc_nbiot.h:8315
asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15_e_
enumerated< num_drx_cycles_relaxed_r15_opts > num_drx_cycles_relaxed_r15_e_
Definition: rrc_nbiot.h:3867
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_e_
enumerated< nprach_subcarrier_offset_r15_opts > nprach_subcarrier_offset_r15_e_
Definition: rrc_nbiot.h:2671
asn1::rrc::rrc_conn_resume_complete_nb_r13_ies_s::sel_plmn_id_r13_present
bool sel_plmn_id_r13_present
Definition: rrc_nbiot.h:7511
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::types_opts::sib_guardband_inband_same_pci_r15
@ sib_guardband_inband_same_pci_r15
Definition: rrc_nbiot.h:1824
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:248
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_rrc_conn_reest_complete_r13
rrc_conn_reest_complete_nb_s & set_rrc_conn_reest_complete_r13()
Definition: rrc_nbiot.cc:20661
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16324
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::type_
types type_
Definition: rrc_nbiot.h:5719
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_e_
enumerated< pwr_class14dbm_offset_r14_opts > pwr_class14dbm_offset_r14_e_
Definition: rrc_nbiot.h:3997
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:9030
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:10010
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5691
asn1::rrc::dl_carrier_cfg_common_nb_r14_s
Definition: rrc_nbiot.h:2885
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::two_third
@ two_third
Definition: rrc_nbiot.h:2681
asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13_opts::zero
@ zero
Definition: rrc_nbiot.h:2298
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550
num_repeats_per_preamb_attempt_v1550_e_ num_repeats_per_preamb_attempt_v1550
Definition: rrc_nbiot.h:2795
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::spare7
@ spare7
Definition: rrc_nbiot.h:808
asn1::rrc::ul_dcch_msg_type_nb_c::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:20909
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:7327
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::sf256
@ sf256
Definition: rrc_nbiot.h:1029
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::ms240
@ ms240
Definition: rrc_nbiot.h:2206
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::type
types type() const
Definition: rrc_nbiot.h:4160
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6457
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:2168
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:8797
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:5870
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6810
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_num_occ_diff_precoders_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4781
asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13
eutra_ctrl_region_size_r13_e_ eutra_ctrl_region_size_r13
Definition: rrc_nbiot.h:5365
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db10
@ db10
Definition: rrc_nbiot.h:3999
asn1::rrc::mac_params_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18874
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:6309
asn1::rrc::phy_layer_params_nb_v1530_s::add_tx_sib1_r15_present
bool add_tx_sib1_r15_present
Definition: rrc_nbiot.h:8299
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::ue_cap_info_r13
@ ue_cap_info_r13
Definition: rrc_nbiot.h:9019
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::pwr_ramp_step_ce1_r14_opts::db6
@ db6
Definition: rrc_nbiot.h:3163
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::pp5
@ pp5
Definition: rrc_nbiot.h:2816
asn1::rrc::rlc_cfg_nb_r13_c::am_s_
Definition: rrc_nbiot.h:602
asn1::rrc::wus_max_dur_factor_nb_r15_opts::number_type
float number_type
Definition: rrc_nbiot.h:2876
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::rrc_conn_reest_complete_r13
rrc_conn_reest_complete_nb_s & rrc_conn_reest_complete_r13()
Definition: rrc_nbiot.h:9053
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:2188
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15_opts::ms160
@ ms160
Definition: rrc_nbiot.h:3877
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2497
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:19638
asn1::rrc::rr_cfg_common_sib_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:4080
asn1::rrc::ue_cap_nb_ext_r14_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18966
asn1::rrc::ul_carrier_cfg_ded_nb_r13_s::ul_carrier_freq_r13_present
bool ul_carrier_freq_r13_present
Definition: rrc_nbiot.h:730
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:9013
asn1::rrc::sib_type2_nb_r13_s::up_edt_r15_present
bool up_edt_r15_present
Definition: rrc_nbiot.h:4752
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::rrc_conn_reest_request_r14
rrc_conn_reest_request_nb_r14_ies_s & rrc_conn_reest_request_r14()
Definition: rrc_nbiot.h:7344
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::type
types type() const
Definition: rrc_nbiot.h:2985
asn1::rrc::rf_params_nb_v1430_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18913
asn1::rrc::rlf_timers_and_consts_nb_r13_c
Definition: rrc_nbiot.h:1347
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:7292
asn1::rrc::ho_prep_info_nb_ies_s::as_context_r13
as_context_nb_s as_context_r13
Definition: rrc_nbiot.h:6912
asn1::json_writer
Definition: asn1_utils.h:1362
asn1::rrc::periodic_bsr_timer_nb_r13_opts::spare
@ spare
Definition: rrc_nbiot.h:1007
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db5
@ db5
Definition: rrc_nbiot.h:4380
asn1::rrc::ul_cfg_common_tdd_nb_r15_s
Definition: rrc_nbiot.h:3814
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n46
@ n46
Definition: rrc_nbiot.h:2460
asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15_opts::sa3
@ sa3
Definition: rrc_nbiot.h:3239
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:814
asn1::rrc::paging_weight_nb_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6079
asn1::rrc::wus_cfg_nb_r15_s::ext
bool ext
Definition: rrc_nbiot.h:3894
asn1::rrc::supported_band_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15244
asn1::rrc::reestab_ue_id_cp_nb_r14_s::ul_nas_count_r14
fixed_bitstring< 5 > ul_nas_count_r14
Definition: rrc_nbiot.h:7281
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:9003
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms160
@ ms160
Definition: rrc_nbiot.h:2644
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::~same_pci_ind_r13_c_
~same_pci_ind_r13_c_()
Definition: rrc_nbiot.h:427
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::type
types type() const
Definition: rrc_nbiot.h:1151
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:14336
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14
redirected_carrier_offset_ded_r14_e_ redirected_carrier_offset_ded_r14
Definition: rrc_nbiot.h:5542
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts
Definition: rrc_nbiot.h:2512
asn1::rrc::sib_type_nb_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8091
asn1::rrc::pcch_msg_type_nb_c::c
c1_c_ c
Definition: rrc_nbiot.h:7090
asn1::rrc::rrc_conn_reest_request_nb_r14_ies_s::cqi_npdcch_r14
cqi_npdcch_short_nb_r14_e cqi_npdcch_r14
Definition: rrc_nbiot.h:7315
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min7
@ min7
Definition: rrc_nbiot.h:6826
asn1::rrc::phys_cfg_ded_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:2792
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7817
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_e_
enumerated< t322_r14_opts > t322_r14_e_
Definition: rrc_nbiot.h:5539
asn1::rrc::rrc_conn_reest_complete_nb_s
Definition: rrc_nbiot.h:7199
asn1::rrc::dl_ccch_msg_type_nb_c::types_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:5981
asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13_e_
enumerated< nprach_num_subcarriers_r13_opts > nprach_num_subcarriers_r13_e_
Definition: rrc_nbiot.h:2236
asn1::rrc::sib_type_nb_r13_opts::sib_type4_nb_r13
@ sib_type4_nb_r13
Definition: rrc_nbiot.h:3736
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5301
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::types
setup_e types
Definition: rrc_nbiot.h:1258
asn1::rrc::rrc_conn_reest_nb_v1430_ies_s
Definition: rrc_nbiot.h:5478
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_v1530
copy_ptr< dl_gap_cfg_nb_v1530_s > dl_gap_non_anchor_v1530
Definition: rrc_nbiot.h:500
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::eutra_ctrl_region_size_r13_opts::value
enum asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::eutra_ctrl_region_size_r13_opts::options value
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::db3
@ db3
Definition: rrc_nbiot.h:3991
asn1::rrc::npusch_cfg_common_nb_r13_s::dmrs_cfg_r13_s_::twelve_tone_base_seq_r13
uint8_t twelve_tone_base_seq_r13
Definition: rrc_nbiot.h:3620
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:2247
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::spare1
@ spare1
Definition: rrc_nbiot.h:8135
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_num_occ_diff_precoders_r15_present
bool nsss_num_occ_diff_precoders_r15_present
Definition: rrc_nbiot.h:2145
asn1::rrc::dl_bitmap_nb_r13_c::type_
types type_
Definition: rrc_nbiot.h:231
asn1::rrc::sched_info_nb_v1530_s::sib_map_info_v1530_present
bool sib_map_info_v1530_present
Definition: rrc_nbiot.h:2864
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::one16th_t
@ one16th_t
Definition: rrc_nbiot.h:3655
asn1::rrc::mbms_sai_inter_freq_nb_r14_s::dl_carrier_freq_r14
carrier_freq_nb_r13_s dl_carrier_freq_r14
Definition: rrc_nbiot.h:3404
asn1::rrc::inband_different_pci_tdd_nb_r15_s::eutra_num_crs_ports_r15_e_
enumerated< eutra_num_crs_ports_r15_opts > eutra_num_crs_ports_r15_e_
Definition: rrc_nbiot.h:1928
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::ms60000
@ ms60000
Definition: rrc_nbiot.h:1350
asn1::bit_ref
Definition: asn1_utils.h:174
asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13_opts::options
options
Definition: rrc_nbiot.h:2230
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s
Definition: rrc_nbiot.h:7659
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2223
asn1::rrc::phys_cfg_ded_nb_r13_s::npusch_cfg_ded_r13_present
bool npusch_cfg_ded_r13_present
Definition: rrc_nbiot.h:1324
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_opts::cs4
@ cs4
Definition: rrc_nbiot.h:6744
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::al0
@ al0
Definition: rrc_nbiot.h:3830
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:20205
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::five_eighth
@ five_eighth
Definition: rrc_nbiot.h:4051
asn1::rrc::pcch_msg_type_nb_c::c1_c_
Definition: rrc_nbiot.h:7038
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::r128
@ r128
Definition: rrc_nbiot.h:318
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::spare4
@ spare4
Definition: rrc_nbiot.h:2535
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_
Definition: rrc_nbiot.h:8554
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v7
@ v7
Definition: rrc_nbiot.h:130
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::sib_guardband_inband_same_pci_r15
sib_guardband_inband_same_pci_tdd_nb_r15_s & sib_guardband_inband_same_pci_r15()
Definition: rrc_nbiot.h:1854
asn1::rrc::sib_type1_nb_s::dl_bitmap_r13_present
bool dl_bitmap_r13_present
Definition: rrc_nbiot.h:5350
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_dur_coeff_r13_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:432
asn1::rrc::ns_pmax_value_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4692
asn1::rrc::sib_type1_nb_s::p_max_r13_present
bool p_max_r13_present
Definition: rrc_nbiot.h:5347
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12673
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf20
uint8_t & set_sf20()
Definition: rrc_nbiot.cc:9155
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc13
@ sc13
Definition: rrc_nbiot.h:3601
asn1::rrc::dl_dcch_msg_type_nb_c::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:14860
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3260
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_e_
enumerated< t311_v1350_opts > t311_v1350_e_
Definition: rrc_nbiot.h:1396
asn1::rrc::dl_dcch_msg_type_nb_c::types_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:6653
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n36
@ n36
Definition: rrc_nbiot.h:2570
asn1::rrc::dl_dcch_msg_type_nb_c::types_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:15208
asn1::rrc::ue_cap_nb_v1530_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18747
asn1::rrc::sib_type3_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:10946
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_present
bool mac_main_cfg_r13_present
Definition: rrc_nbiot.h:1524
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13_opts::one_fourth
@ one_fourth
Definition: rrc_nbiot.h:951
asn1::rrc::sib_type2_nb_r13_s::multi_band_info_list_r13_present
bool multi_band_info_list_r13_present
Definition: rrc_nbiot.h:4735
asn1::rrc::sc_mcch_msg_type_nb_c::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8238
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19880
asn1::rrc::dl_cfg_common_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:7002
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v_minus4
@ v_minus4
Definition: rrc_nbiot.h:118
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6219
asn1::rrc::phy_layer_params_nb_v1530_s::mixed_operation_mode_r15_present
bool mixed_operation_mode_r15_present
Definition: rrc_nbiot.h:8295
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::ms4000
@ ms4000
Definition: rrc_nbiot.h:4436
asn1::rrc::nprach_cfg_sib_nb_v1550_s::tdd_params_v1550
tdd_params_v1550_s_ tdd_params_v1550
Definition: rrc_nbiot.h:3535
asn1::rrc::sib_guardband_inband_same_pci_tdd_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4066
asn1::rrc::inband_different_pci_tdd_nb_r15_s::eutra_num_crs_ports_r15_opts::options
options
Definition: rrc_nbiot.h:1922
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6114
asn1::rrc::ul_cfg_common_nb_r14_s
Definition: rrc_nbiot.h:3783
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::dl_carrier_idx_r14
uint8_t & dl_carrier_idx_r14()
Definition: rrc_nbiot.h:8086
asn1::rrc::npdsch_cfg_common_nb_r13_s::nrs_pwr_r13
int8_t nrs_pwr_r13
Definition: rrc_nbiot.h:3416
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:7528
asn1::rrc::dl_dcch_msg_type_nb_c::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14873
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13
max_num_preamb_attempt_ce_r13_e_ max_num_preamb_attempt_ce_r13
Definition: rrc_nbiot.h:2313
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::n8
@ n8
Definition: rrc_nbiot.h:4460
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::setup
setup_s_ & setup()
Definition: rrc_nbiot.h:1087
asn1::rrc::phy_layer_params_nb_v1430_s::two_harq_processes_r14_present
bool two_harq_processes_r14_present
Definition: rrc_nbiot.h:8285
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::al06
@ al06
Definition: rrc_nbiot.h:705
asn1::rrc::ul_carrier_cfg_ded_nb_r13_s
Definition: rrc_nbiot.h:728
asn1::rrc::carrier_freq_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:142
asn1::rrc::rrc_conn_resume_complete_nb_r13_ies_s
Definition: rrc_nbiot.h:7510
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16168
asn1::rrc::sib_type3_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:11034
asn1::rrc::sib_guardband_guardband_tdd_nb_r15_s
Definition: rrc_nbiot.h:1770
asn1::rrc::nprach_params_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4933
asn1::rrc::carrier_cfg_ded_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:1597
asn1::rrc::rrc_conn_resume_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14570
asn1::rrc::release_cause_nb_r13_opts::options
options
Definition: rrc_nbiot.h:6082
asn1::rrc::plmn_id_info_nb_r13_s::cell_reserved_for_oper_r13_opts::options
options
Definition: rrc_nbiot.h:4558
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13
t300_r13_e_ t300_r13
Definition: rrc_nbiot.h:4510
asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550_opts::value
enum asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550_opts::options value
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14288
asn1::rrc::sib_type15_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:10200
asn1::rrc::establishment_cause_nb_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:16744
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:10125
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::eutra_ctrl_region_size_r14_opts::n1
@ n1
Definition: rrc_nbiot.h:3020
asn1::rrc::init_ue_id_c
Definition: ul_ccch_msg.h:85
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:12472
asn1::rrc::nprach_params_nb_v1330_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:5379
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db7
@ db7
Definition: rrc_nbiot.h:5325
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16617
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:5896
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::ms4000
@ ms4000
Definition: rrc_nbiot.h:1358
asn1::rrc::pcch_msg_type_nb_c::pcch_msg_type_nb_c
pcch_msg_type_nb_c()=default
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::one
@ one
Definition: rrc_nbiot.h:2513
asn1::rrc::inband_different_pci_tdd_nb_r15_s::eutra_num_crs_ports_r15_opts::same
@ same
Definition: rrc_nbiot.h:1922
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::sf1024
@ sf1024
Definition: rrc_nbiot.h:827
asn1::rrc::rrc_conn_recfg_complete_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16117
asn1::rrc::ue_radio_access_cap_info_nb_s
Definition: rrc_nbiot.h:8664
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::set_rrc_conn_reest_request_r13
rrc_conn_reest_request_nb_s & set_rrc_conn_reest_request_r13()
Definition: rrc_nbiot.cc:20138
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1530_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:3173
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::types_opts::rohc
@ rohc
Definition: rrc_nbiot.h:555
asn1::rrc::sib_type3_nb_r13_s::intra_freq_cell_resel_info_v1430
copy_ptr< intra_freq_cell_resel_info_nb_v1430_s > intra_freq_cell_resel_info_v1430
Definition: rrc_nbiot.h:4980
asn1::rrc::sib_type22_nb_r14_s::ul_cfg_list_r15
copy_ptr< ul_cfg_common_list_tdd_nb_r15_l > ul_cfg_list_r15
Definition: rrc_nbiot.h:4891
asn1::rrc::ns_pmax_value_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4714
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_
Definition: rrc_nbiot.h:3480
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:7926
asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13_opts::n12
@ n12
Definition: rrc_nbiot.h:2230
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::ext
bool ext
Definition: rrc_nbiot.h:1415
asn1::rrc::carrier_cfg_ded_nb_r13_s::ul_carrier_cfg_r13
ul_carrier_cfg_ded_nb_r13_s ul_carrier_cfg_r13
Definition: rrc_nbiot.h:746
asn1::rrc::rrc_conn_request_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16803
asn1::rrc::ue_radio_access_cap_info_nb_r14_ies_s::ue_radio_access_cap_info_r14_present
bool ue_radio_access_cap_info_r14_present
Definition: rrc_nbiot.h:8628
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14653
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::eutra_ctrl_region_size_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6669
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13
cell_resel_info_common_r13_s_ cell_resel_info_common_r13
Definition: rrc_nbiot.h:4968
asn1::rrc::nprach_cfg_sib_nb_v1450_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:7484
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::set_rrc_conn_resume_r13
rrc_conn_resume_nb_s & set_rrc_conn_resume_r13()
Definition: rrc_nbiot.cc:15073
asn1::rrc::sib_type2_nb_r13_s::freq_info_r13
freq_info_r13_s_ freq_info_r13
Definition: rrc_nbiot.h:4739
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:8138
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:528
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:14127
asn1::rrc::ue_cap_nb_r13_s::pdcp_params_r13_present
bool pdcp_params_r13_present
Definition: rrc_nbiot.h:6891
asn1::rrc::tdd_ul_dl_align_offset_nb_r15_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:465
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13_opts::two_third
@ two_third
Definition: rrc_nbiot.h:2238
asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:6888
asn1::rrc::nsss_rrm_cfg_nb_r15_s
Definition: rrc_nbiot.h:2126
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types_opts::spare2
@ spare2
Definition: rrc_nbiot.h:5889
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:7681
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_present
bool nrs_pwr_offset_non_anchor_v1330_present
Definition: rrc_nbiot.h:497
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13_opts::options
options
Definition: rrc_nbiot.h:2238
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::types_opts::crit_exts_future
@ crit_exts_future
Definition: rrc_nbiot.h:7591
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::r16
@ r16
Definition: rrc_nbiot.h:318
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::db_minus10
@ db_minus10
Definition: rrc_nbiot.h:3034
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts
Definition: rrc_nbiot.h:2336
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::n4
@ n4
Definition: rrc_nbiot.h:1366
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:8711
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db4
@ db4
Definition: rrc_nbiot.h:4378
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::one_eighth
@ one_eighth
Definition: rrc_nbiot.h:4047
asn1::rrc::ul_cfg_common_tdd_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8316
asn1::rrc::pcch_msg_type_nb_c::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:7044
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:12896
asn1::rrc::nprach_cfg_sib_nb_v1330_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:7472
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::b584
@ b584
Definition: rrc_nbiot.h:2161
asn1::rrc::cqi_npdcch_short_nb_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:16398
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2353
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13240
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s::ded_info_nas_r15
dyn_octstring ded_info_nas_r15
Definition: rrc_nbiot.h:5600
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf16384
@ rf16384
Definition: rrc_nbiot.h:4829
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::ms2500
@ ms2500
Definition: rrc_nbiot.h:4428
rrc.h
asn1::rrc::sib_type3_nb_r13_s::intra_freq_cell_resel_info_r13_s_::q_qual_min_r13
int8_t q_qual_min_r13
Definition: rrc_nbiot.h:4956
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::pp16
@ pp16
Definition: rrc_nbiot.h:805
asn1::rrc::pcch_cfg_nb_r13_s::default_paging_cycle_r13_opts::options
options
Definition: rrc_nbiot.h:3640
asn1::rrc::retx_bsr_timer_nb_r13_opts
Definition: rrc_nbiot.h:1016
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::ms0
@ ms0
Definition: rrc_nbiot.h:1358
asn1::rrc::rrc_conn_setup_nb_r13_ies_s
Definition: rrc_nbiot.h:5581
asn1::rrc::dl_cfg_common_nb_r14_s
Definition: rrc_nbiot.h:3319
asn1::rrc::ue_cap_info_nb_r13_ies_s::non_crit_ext
ue_cap_info_nb_ext_r14_ies_s non_crit_ext
Definition: rrc_nbiot.h:8485
asn1::rrc::rrc_conn_reest_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12528
asn1::rrc::sc_mtch_sched_info_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17657
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2922
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::ms4000
@ ms4000
Definition: rrc_nbiot.h:4428
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp80
@ pp80
Definition: rrc_nbiot.h:862
asn1::rrc::ul_am_rlc_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:491
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1530_present
bool t311_v1530_present
Definition: rrc_nbiot.h:1427
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15717
asn1::rrc::npusch_cfg_common_nb_r13_s::dmrs_cfg_r13_s_::six_tone_base_seq_r13
uint8_t six_tone_base_seq_r13
Definition: rrc_nbiot.h:3618
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530_e_
enumerated< t300_v1530_opts > t300_v1530_e_
Definition: rrc_nbiot.h:4482
asn1::rrc::rf_params_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15414
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_opts::cs12
@ cs12
Definition: rrc_nbiot.h:6744
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::rf2048
@ rf2048
Definition: rrc_nbiot.h:4578
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf4096
@ sf4096
Definition: rrc_nbiot.h:4143
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::value
enum asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::options value
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15687
asn1::rrc::sib_type20_nb_r14_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:4856
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:3129
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc8
@ sc8
Definition: rrc_nbiot.h:3596
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::establishment_cause_r15_opts::mo_exception_data
@ mo_exception_data
Definition: rrc_nbiot.h:7740
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp2
@ pp2
Definition: rrc_nbiot.h:4111
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:6396
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::sib_eutra_num_crs_ports_r15_opts::options
options
Definition: rrc_nbiot.h:1790
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::value
enum asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::options value
asn1::rrc::rlc_cfg_nb_r13_c::types
enumerated< types_opts, true, 3 > types
Definition: rrc_nbiot.h:611
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db24
@ db24
Definition: rrc_nbiot.h:4936
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::n1024
@ n1024
Definition: rrc_nbiot.h:3488
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6056
asn1::rrc::ue_cap_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15548
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13
rlc_cfg_r13_c_ rlc_cfg_r13
Definition: rrc_nbiot.h:1178
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15756
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:1878
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::one256th_t
@ one256th_t
Definition: rrc_nbiot.h:3659
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::value
enum asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::options value
asn1::rrc::nprach_cfg_sib_nb_r13_s::nprach_cp_len_r13_e_
enumerated< nprach_cp_len_r13_opts > nprach_cp_len_r13_e_
Definition: rrc_nbiot.h:3434
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_rrm_pwr_offset_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2128
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:2110
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:17077
asn1::rrc::rrc_conn_recfg_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13878
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::options
options
Definition: rrc_nbiot.h:3034
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_e_
enumerated< mac_contention_resolution_timer_r15_opts > mac_contention_resolution_timer_r15_e_
Definition: rrc_nbiot.h:2851
asn1::rrc::ue_cap_nb_v1530_ies_s::early_data_up_r15_present
bool early_data_up_r15_present
Definition: rrc_nbiot.h:8348
asn1::rrc::rrc_conn_resume_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:6457
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:14284
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::nprach_preamb_format_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3482
asn1::rrc::rrc_conn_request_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16815
asn1::rrc::sys_info_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:11784
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::v32
@ v32
Definition: rrc_nbiot.h:2289
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n48
@ n48
Definition: rrc_nbiot.h:2497
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::data_inactivity_timer_cfg_r14_c_
data_inactivity_timer_cfg_r14_c_()=default
asn1::rrc::dl_bitmap_nb_r13_c::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:194
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf512
uint16_t & sf512()
Definition: rrc_nbiot.h:7913
asn1::rrc::pwr_ramp_params_nb_v1450_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6763
asn1::rrc::rrc_conn_resume_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14040
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4937
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:18358
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::c
rrc_conn_request_nb_r13_ies_s c
Definition: rrc_nbiot.h:7485
asn1::rrc::sys_info_nb_s::crit_exts_c_::sys_info_r13
sys_info_nb_r13_ies_s & sys_info_r13()
Definition: rrc_nbiot.h:5248
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db24
@ db24
Definition: rrc_nbiot.h:5522
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf1024
@ rf1024
Definition: rrc_nbiot.h:4825
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::value
enum asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::options value
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::types_opts::explicit_value_r13
@ explicit_value_r13
Definition: rrc_nbiot.h:1487
asn1::rrc::rlc_cfg_nb_r13_c::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:607
asn1::rrc::ho_prep_info_nb_ext_r14_ies_s::ue_radio_access_cap_info_ext_r14_present
bool ue_radio_access_cap_info_ext_r14_present
Definition: rrc_nbiot.h:6722
asn1::rrc::sib_type5_nb_r13_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:5016
asn1::rrc::as_cfg_nb_s
Definition: rrc_nbiot.h:1544
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:421
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::set_guardband_r13
guardband_nb_r13_s & set_guardband_r13()
Definition: rrc_nbiot.cc:3846
asn1::rrc::ue_cap_nb_ext_r14_ies_s::phy_layer_params_v1430
phy_layer_params_nb_v1430_s phy_layer_params_v1430
Definition: rrc_nbiot.h:8427
asn1::rrc::ue_cap_info_nb_ext_r14_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19137
asn1::rrc::ch_raster_offset_nb_r13_opts::khz2dot5
@ khz2dot5
Definition: rrc_nbiot.h:1593
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::n16
@ n16
Definition: rrc_nbiot.h:3488
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::value
enum asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::options value
asn1::rrc::bcch_bch_msg_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3943
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::v2
@ v2
Definition: rrc_nbiot.h:8145
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::n6
@ n6
Definition: rrc_nbiot.h:1382
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2673
asn1::rrc::inband_different_pci_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3639
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1487
asn1::rrc::dl_am_rlc_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:231
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::lc_ch_sr_cfg_r13_c_
lc_ch_sr_cfg_r13_c_()=default
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6264
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::security_mode_fail_r13
@ security_mode_fail_r13
Definition: rrc_nbiot.h:9018
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15
nprach_start_time_r15_e_ nprach_start_time_r15
Definition: rrc_nbiot.h:2753
asn1::rrc::wus_cfg_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8435
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf20
uint8_t & sf20()
Definition: rrc_nbiot.h:7868
asn1::rrc::rrc_early_data_request_nb_v1590_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17476
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_e_
enumerated< max_retx_thres_r13_opts > max_retx_thres_r13_e_
Definition: rrc_nbiot.h:304
asn1::rrc::rrc_conn_request_nb_r13_ies_s::establishment_cause_r13
establishment_cause_nb_r13_e establishment_cause_r13
Definition: rrc_nbiot.h:7441
asn1::rrc::nprach_cfg_sib_nb_v1530_s::edt_params_r15_s_::nprach_params_list_edt_r15_present
bool nprach_params_list_edt_r15_present
Definition: rrc_nbiot.h:3509
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_e_
enumerated< on_dur_timer_scptm_r14_opts > on_dur_timer_scptm_r14_e_
Definition: rrc_nbiot.h:7815
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::cqi_npdcch_r15_present
bool cqi_npdcch_r15_present
Definition: rrc_nbiot.h:7747
asn1::rrc::rrc_conn_recfg_nb_r13_ies_s::rr_cfg_ded_r13
rr_cfg_ded_nb_r13_s rr_cfg_ded_r13
Definition: rrc_nbiot.h:6112
asn1::rrc::mac_main_cfg_nb_r13_s::ul_sch_cfg_r13_s_
Definition: rrc_nbiot.h:1208
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::type_
types type_
Definition: rrc_nbiot.h:3014
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15
semi_persist_sched_interv_ul_r15_e_ semi_persist_sched_interv_ul_r15
Definition: rrc_nbiot.h:1039
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::types_opts::options
options
Definition: rrc_nbiot.h:1821
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::cqi_npdcch_r15
cqi_npdcch_nb_r14_e cqi_npdcch_r15
Definition: rrc_nbiot.h:7751
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_e_
enumerated< discard_timer_r13_opts > discard_timer_r13_e_
Definition: rrc_nbiot.h:534
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_thres_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:410
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::types_opts::options
options
Definition: rrc_nbiot.h:8497
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types_opts::dl_info_transfer_r13
@ dl_info_transfer_r13
Definition: rrc_nbiot.h:6544
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf320
@ sf320
Definition: rrc_nbiot.h:7836
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::types_opts::value
enum asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::types_opts::options value
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530_present
bool t301_v1530_present
Definition: rrc_nbiot.h:4522
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::rrc_conn_resume_request_r13
rrc_conn_resume_request_nb_r13_ies_s & rrc_conn_resume_request_r13()
Definition: rrc_nbiot.h:7605
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14668
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::sib20_v1430
@ sib20_v1430
Definition: rrc_nbiot.h:5053
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp33
@ pp33
Definition: rrc_nbiot.h:859
asn1::rrc::dl_dcch_msg_type_nb_c::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:6668
asn1::rrc::rrc_conn_reest_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12731
asn1::rrc::mib_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3703
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:6210
asn1::rrc::dl_ccch_msg_type_nb_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13293
asn1::rrc::pcch_cfg_nb_r13_s::default_paging_cycle_r13_opts::rf256
@ rf256
Definition: rrc_nbiot.h:3640
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4019
asn1::rrc::sib_type1_nb_s::multi_band_info_list_r13_present
bool multi_band_info_list_r13_present
Definition: rrc_nbiot.h:5349
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::set_inband_different_pci_r15
inband_different_pci_tdd_nb_r15_s & set_inband_different_pci_r15()
Definition: rrc_nbiot.cc:4555
asn1::rrc::ab_cfg_plmn_nb_r13_s::ab_cfg_r13_present
bool ab_cfg_r13_present
Definition: rrc_nbiot.h:71
asn1::rrc::sib_type22_nb_r14_s::mixed_operation_mode_cfg_r15_s_::paging_distribution_r15_present
bool paging_distribution_r15_present
Definition: rrc_nbiot.h:4870
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n24
@ n24
Definition: rrc_nbiot.h:2733
asn1::rrc::edt_tbs_nb_r15_s::edt_small_tbs_enabled_r15
bool edt_small_tbs_enabled_r15
Definition: rrc_nbiot.h:2170
asn1::rrc::paging_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15869
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:19841
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13
max_num_rohc_context_sessions_r13_e_ max_num_rohc_context_sessions_r13
Definition: rrc_nbiot.h:6756
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:7643
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::sys_info_r13
sys_info_nb_s & sys_info_r13()
Definition: rrc_nbiot.h:5403
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::eutra_ctrl_region_size_r13
eutra_ctrl_region_size_r13_e_ eutra_ctrl_region_size_r13
Definition: rrc_nbiot.h:475
asn1::rrc::sib_type2_nb_r13_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:4736
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::types_opts::value
enum asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::types_opts::options value
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13
lc_ch_cfg_r13_c_ lc_ch_cfg_r13
Definition: rrc_nbiot.h:1179
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::set_explicit_bitmap_cfg_r13
dl_bitmap_nb_r13_c & set_explicit_bitmap_cfg_r13()
Definition: rrc_nbiot.cc:687
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp32
@ pp32
Definition: rrc_nbiot.h:7817
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::types_opts::guardband_r15
@ guardband_r15
Definition: rrc_nbiot.h:1990
asn1::rrc::ab_cfg_nb_r13_s::ab_category_r13_opts::options
options
Definition: rrc_nbiot.h:63
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::ms20000
@ ms20000
Definition: rrc_nbiot.h:1374
asn1::rrc::rrc_conn_resume_request_nb_r13_ies_s::cqi_npdcch_r14
cqi_npdcch_nb_r14_e cqi_npdcch_r14
Definition: rrc_nbiot.h:7578
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf8192
uint16_t & set_sf8192()
Definition: rrc_nbiot.cc:17903
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:843
asn1::rrc::pcch_msg_type_nb_c::set_msg_class_ext
void set_msg_class_ext()
Definition: rrc_nbiot.cc:15929
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1530_opts::ms200000
@ ms200000
Definition: rrc_nbiot.h:4492
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms5120
@ ms5120
Definition: rrc_nbiot.h:2649
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:3462
asn1::rrc::ho_prep_info_nb_ies_s::rrm_cfg_r13_present
bool rrm_cfg_r13_present
Definition: rrc_nbiot.h:6906
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf4096
uint16_t & set_sf4096()
Definition: rrc_nbiot.cc:17898
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8145
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::spare2
@ spare2
Definition: rrc_nbiot.h:528
asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:5304
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db5
@ db5
Definition: rrc_nbiot.h:3999
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::sib5_r13
sib_type5_nb_r13_s & sib5_r13()
Definition: rrc_nbiot.h:5091
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts
Definition: rrc_nbiot.h:2246
asn1::rrc::ue_cap_nb_v14x0_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18860
asn1::rrc::reestab_ue_id_cp_nb_r14_s::s_tmsi_r14
s_tmsi_s s_tmsi_r14
Definition: rrc_nbiot.h:7279
asn1::rrc::nprach_cfg_sib_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:7400
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13_opts::sf128
@ sf128
Definition: rrc_nbiot.h:248
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts
Definition: rrc_nbiot.h:2344
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5338
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4632
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::sib3_r13
sib_type3_nb_r13_s & sib3_r13()
Definition: rrc_nbiot.h:5081
asn1::rrc::ul_ccch_msg_type_nb_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:20029
asn1::rrc::sys_info_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:5243
asn1::rrc::wus_max_dur_factor_nb_r15_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:6212
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::types_opts::crit_exts_future
@ crit_exts_future
Definition: rrc_nbiot.h:7456
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::ms640
@ ms640
Definition: rrc_nbiot.h:2206
asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:3240
asn1::rrc::ul_info_transfer_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:8956
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:12957
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc_s_::profiles_r13_s_
Definition: rrc_nbiot.h:537
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19919
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1382
asn1::rrc::sc_mcch_msg_type_nb_c::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:18526
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::ssp0
@ ssp0
Definition: rrc_nbiot.h:3248
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::dbm_minus130
@ dbm_minus130
Definition: rrc_nbiot.h:3143
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1109
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::up_cio_t_eps_optim_r13_present
bool up_cio_t_eps_optim_r13_present
Definition: rrc_nbiot.h:7663
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::set_standalone_r13
standalone_nb_r13_s & set_standalone_r13()
Definition: rrc_nbiot.cc:3851
asn1::rrc::ul_dcch_msg_type_nb_c::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:20408
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::eutra_ctrl_region_size_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:464
asn1::rrc::ul_dcch_msg_type_nb_c::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:20421
asn1::rrc::cqi_npdcch_short_nb_r14_opts::candidate_rep_minus1
@ candidate_rep_minus1
Definition: rrc_nbiot.h:7269
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n102
@ n102
Definition: rrc_nbiot.h:2576
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v8
@ v8
Definition: rrc_nbiot.h:131
asn1::rrc::sib_type22_nb_r14_s::mixed_operation_mode_cfg_r15_s_::ul_cfg_list_mixed_r15_present
bool ul_cfg_list_mixed_r15_present
Definition: rrc_nbiot.h:4869
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts::to_number
uint32_t to_number() const
Definition: rrc_nbiot.cc:9762
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::options
options
Definition: rrc_nbiot.h:4452
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp1
@ pp1
Definition: rrc_nbiot.h:852
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:9706
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp0
@ pp0
Definition: rrc_nbiot.h:851
asn1::rrc::rrc_conn_recfg_complete_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:7117
asn1::rrc::drx_cfg_nb_r13_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:1767
asn1::rrc::rrc_conn_setup_complete_nb_v1470_ies_s::meas_result_serv_cell_r14_present
bool meas_result_serv_cell_r14_present
Definition: rrc_nbiot.h:7634
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:318
asn1::rrc::ul_ccch_msg_nb_s
Definition: rrc_nbiot.h:8942
asn1::rrc::access_stratum_release_nb_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:6712
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::value
enum asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::options value
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14
npdcch_num_repeats_sc_mcch_r14_e_ npdcch_num_repeats_sc_mcch_r14
Definition: rrc_nbiot.h:4065
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::r2048
@ r2048
Definition: rrc_nbiot.h:2275
asn1::rrc::access_stratum_release_nb_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:6712
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_opts::options
options
Definition: rrc_nbiot.h:1390
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14
nprach_num_cbra_start_subcarriers_r14_e_ nprach_num_cbra_start_subcarriers_r14
Definition: rrc_nbiot.h:2442
asn1::rrc::rlc_cfg_nb_r13_c::c
am_s_ c
Definition: rrc_nbiot.h:638
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::pp0
@ pp0
Definition: rrc_nbiot.h:790
asn1::rrc::as_context_nb_s::reest_info_r13_present
bool reest_info_r13_present
Definition: rrc_nbiot.h:1578
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::n512
@ n512
Definition: rrc_nbiot.h:2785
asn1::rrc::phys_cfg_ded_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:2900
asn1::rrc::rach_info_nb_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6137
asn1::rrc::rrc_conn_reest_complete_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16288
asn1::rrc::rrc_early_data_request_nb_v1590_ies_s
Definition: rrc_nbiot.h:7726
asn1::rrc::cell_resel_info_common_nb_v1450_s
Definition: rrc_nbiot.h:3912
asn1::rrc::nprach_cfg_sib_nb_v1330_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:7460
asn1::rrc::sib_type22_nb_r14_s::ext
bool ext
Definition: rrc_nbiot.h:4877
asn1::rrc::sys_info_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:11790
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::options
options
Definition: rrc_nbiot.h:2161
asn1::rrc::sib_type20_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:10429
asn1::rrc::rlc_cfg_nb_r13_c::rlc_cfg_nb_r13_c
rlc_cfg_nb_r13_c()=default
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:20349
asn1::rrc::ho_prep_info_nb_ies_s
Definition: rrc_nbiot.h:6905
asn1::rrc::phys_cfg_ded_nb_r13_s::ul_pwr_ctrl_ded_r13_present
bool ul_pwr_ctrl_ded_r13_present
Definition: rrc_nbiot.h:1325
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19476
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::rrc_conn_setup_r13
rrc_conn_setup_nb_s & rrc_conn_setup_r13()
Definition: rrc_nbiot.h:5924
asn1::rrc::sib_type1_nb_v1350_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:11755
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::n2
@ n2
Definition: rrc_nbiot.h:2255
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530_present
bool t300_v1530_present
Definition: rrc_nbiot.h:4521
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14455
asn1::rrc::rlf_timers_and_consts_nb_r13_c::type
types type() const
Definition: rrc_nbiot.h:1441
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::ms8000
@ ms8000
Definition: rrc_nbiot.h:1358
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::v64
@ v64
Definition: rrc_nbiot.h:8145
asn1::rrc::reest_info_nb_s::add_reestab_info_list_r13
add_reestab_info_list_l add_reestab_info_list_r13
Definition: rrc_nbiot.h:1566
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::inband_same_pci_r13
inband_same_pci_nb_r13_s & inband_same_pci_r13()
Definition: rrc_nbiot.h:1678
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:870
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17425
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3414
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14592
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::options
options
Definition: rrc_nbiot.h:2639
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp16
@ pp16
Definition: rrc_nbiot.h:4119
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_present
bool nprach_subcarrier_offset_r15_present
Definition: rrc_nbiot.h:2596
asn1::rrc::retx_bsr_timer_nb_r13_opts::pp128
@ pp128
Definition: rrc_nbiot.h:1017
asn1::rrc::intra_freq_neigh_cell_info_nb_v1530_s::nsss_rrm_cfg_r15_present
bool nsss_rrm_cfg_r15_present
Definition: rrc_nbiot.h:3392
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::ms60000
@ ms60000
Definition: rrc_nbiot.h:4428
asn1::rrc::dl_ccch_msg_type_nb_c::types_opts
Definition: rrc_nbiot.h:5979
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15
nprach_subcarrier_offset_r15_e_ nprach_subcarrier_offset_r15
Definition: rrc_nbiot.h:2606
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf640
uint16_t & set_sf640()
Definition: rrc_nbiot.cc:17883
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::value
enum asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::options value
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13_e_
enumerated< npdcch_offset_uss_r13_opts > npdcch_offset_uss_r13_e_
Definition: rrc_nbiot.h:958
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::ms10000
@ ms10000
Definition: rrc_nbiot.h:4420
asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3861
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db1
@ db1
Definition: rrc_nbiot.h:5317
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:7159
asn1::rrc::mac_params_nb_r14_s::data_inact_mon_r14_present
bool data_inact_mon_r14_present
Definition: rrc_nbiot.h:8388
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::different_pci_r14_s_
Definition: rrc_nbiot.h:2959
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:3107
asn1::rrc::sib_guardband_anchor_tdd_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3972
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v_minus1
@ v_minus1
Definition: rrc_nbiot.h:121
asn1::rrc::paging_record_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15860
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::r256
@ r256
Definition: rrc_nbiot.h:925
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::types_opts::value
enum asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::types_opts::options value
asn1::rrc::ue_cap_nb_ext_r14_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19006
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n108
@ n108
Definition: rrc_nbiot.h:2497
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db18
@ db18
Definition: rrc_nbiot.h:4933
asn1::rrc::cell_sel_info_nb_v1430_s
Definition: rrc_nbiot.h:3932
asn1::rrc::sib_type22_nb_r14_s::mixed_operation_mode_cfg_r15_s_::ul_cfg_list_mixed_r15
ul_cfg_common_list_nb_r14_l ul_cfg_list_mixed_r15
Definition: rrc_nbiot.h:4873
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:6130
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::pp2
@ pp2
Definition: rrc_nbiot.h:801
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n46
@ n46
Definition: rrc_nbiot.h:2733
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db14
@ db14
Definition: rrc_nbiot.h:4931
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::n64
@ n64
Definition: rrc_nbiot.h:3488
asn1::rrc::bcch_cfg_nb_r13_s::mod_period_coeff_r13_opts::n64
@ n64
Definition: rrc_nbiot.h:3301
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::value
enum asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::options value
asn1::rrc::dl_bitmap_nb_r13_c::types_opts::sf_pattern10_r13
@ sf_pattern10_r13
Definition: rrc_nbiot.h:188
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::sib23_v1530
sib_type23_nb_r15_s & sib23_v1530()
Definition: rrc_nbiot.h:5121
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:2144
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13000
asn1::rrc::ul_ccch_msg_type_nb_c::types_opts::options
options
Definition: rrc_nbiot.h:8907
asn1::rrc::guardband_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3607
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::dl_info_transfer_r13
dl_info_transfer_nb_s & dl_info_transfer_r13()
Definition: rrc_nbiot.h:6570
asn1::rrc::mib_tdd_nb_r15_s::sib1_carrier_info_r15_opts::value
enum asn1::rrc::mib_tdd_nb_r15_s::sib1_carrier_info_r15_opts::options value
asn1::rrc::periodic_bsr_timer_nb_r13_opts::pp128
@ pp128
Definition: rrc_nbiot.h:1007
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7765
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::nprach_sub_carrier_idx_r15_c_
nprach_sub_carrier_idx_r15_c_()=default
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3116
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::options
options
Definition: rrc_nbiot.h:2513
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::eutra_ctrl_region_size_r13_opts::n2
@ n2
Definition: rrc_nbiot.h:464
asn1::rrc::rrc_conn_resume_complete_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:7514
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_carrier_idx_r15
uint8_t nprach_carrier_idx_r15
Definition: rrc_nbiot.h:715
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:8668
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::types_opts::same_pci_r13
@ same_pci_r13
Definition: rrc_nbiot.h:417
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13
npdcch_offset_uss_r13_e_ npdcch_offset_uss_r13
Definition: rrc_nbiot.h:963
asn1::rrc::rrc_conn_reest_request_nb_r13_ies_s::ue_id_r13
reestab_ue_id_s ue_id_r13
Definition: rrc_nbiot.h:7299
asn1::rrc::dl_ccch_msg_type_nb_c::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13278
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp6
@ pp6
Definition: rrc_nbiot.h:855
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::types_opts::dl_info_transfer_r13
@ dl_info_transfer_r13
Definition: rrc_nbiot.h:6174
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::pp2
@ pp2
Definition: rrc_nbiot.h:2845
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4031
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:11720
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5524
asn1::rrc::sib_type_nb_r13_opts::sib_type15_nb_r14
@ sib_type15_nb_r14
Definition: rrc_nbiot.h:3740
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3903
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:1359
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::type
types type() const
Definition: rrc_nbiot.h:6405
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::type_
types type_
Definition: rrc_nbiot.h:5969
asn1::rrc::sib_type14_nb_r13_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:4690
asn1::rrc::bcch_cfg_nb_r13_s::mod_period_coeff_r13_opts::value
enum asn1::rrc::bcch_cfg_nb_r13_s::mod_period_coeff_r13_opts::options value
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_opts::to_number
uint32_t to_number() const
Definition: rrc_nbiot.cc:3156
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::spare3
@ spare3
Definition: rrc_nbiot.h:2653
asn1::rrc::ue_cap_info_nb_ext_r14_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19129
asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15_opts
Definition: rrc_nbiot.h:3860
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14683
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::value
enum asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::options value
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts::value
enum asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts::options value
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_security_mode_complete_r13
security_mode_complete_s & set_security_mode_complete_r13()
Definition: rrc_nbiot.cc:20671
asn1::rrc::nprach_params_tdd_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:5738
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:5691
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_e_
enumerated< drx_retx_timer_r13_opts > drx_retx_timer_r13_e_
Definition: rrc_nbiot.h:822
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::types_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:3933
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db15
@ db15
Definition: rrc_nbiot.h:3999
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:7140
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::three_eighth
@ three_eighth
Definition: rrc_nbiot.h:4049
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_opts::options
options
Definition: rrc_nbiot.h:6744
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts
Definition: rrc_nbiot.h:823
asn1::rrc::sib_type_nb_r13_opts::value
enum asn1::rrc::sib_type_nb_r13_opts::options value
asn1::rrc::rach_cfg_common_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8021
asn1::rrc::rrc_conn_release_nb_r13_ies_s::redirected_carrier_info_r13
redirected_carrier_info_nb_r13_s redirected_carrier_info_r13
Definition: rrc_nbiot.h:6131
asn1::rrc::ue_cap_enquiry_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14085
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::pp32
@ pp32
Definition: rrc_nbiot.h:782
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::ms1600
@ ms1600
Definition: rrc_nbiot.h:5338
asn1::rrc::rr_cfg_ded_nb_r13_s::rlf_timers_and_consts_r13
rlf_timers_and_consts_nb_r13_c rlf_timers_and_consts_r13
Definition: rrc_nbiot.h:1532
asn1::rrc::rrc_conn_reest_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12738
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::options
options
Definition: rrc_nbiot.h:2690
asn1::rrc::rrc_early_data_request_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17566
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5567
asn1::rrc::rrc_conn_request_nb_r13_ies_s::multi_tone_support_r13_present
bool multi_tone_support_r13_present
Definition: rrc_nbiot.h:7438
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus96
@ dbm_minus96
Definition: rrc_nbiot.h:3189
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:5371
asn1::rrc::tdd_ue_cap_nb_r15_s::phy_layer_params_rel13_r15_present
bool phy_layer_params_rel13_r15_present
Definition: rrc_nbiot.h:8312
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12821
asn1::rrc::sc_mcch_msg_type_nb_c::types_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:8239
asn1::rrc::rach_info_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:6092
asn1::rrc::rrc_conn_recfg_complete_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16091
asn1::rrc::nprach_cfg_sib_nb_v1530_s::fmt2_params_r15
fmt2_params_r15_s_ fmt2_params_r15
Definition: rrc_nbiot.h:3519
asn1::rrc::rrc_conn_resume_complete_nb_r13_ies_s::ded_info_nas_r13_present
bool ded_info_nas_r13_present
Definition: rrc_nbiot.h:7512
asn1::rrc::access_stratum_release_nb_r13_opts::value
enum asn1::rrc::access_stratum_release_nb_r13_opts::options value
asn1::rrc::sib_type14_nb_r13_s::ab_per_nrsrp_r15
ab_per_nrsrp_r15_e_ ab_per_nrsrp_r15
Definition: rrc_nbiot.h:4696
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::set_setup
setup_s_ & set_setup()
Definition: rrc_nbiot.cc:2725
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2674
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::pp4
@ pp4
Definition: rrc_nbiot.h:802
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::spare1
@ spare1
Definition: rrc_nbiot.h:2777
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n12
@ n12
Definition: rrc_nbiot.h:2414
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_present
bool nprach_params_r14_present
Definition: rrc_nbiot.h:2448
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14
nprach_num_subcarriers_r14_e_ nprach_num_subcarriers_r14
Definition: rrc_nbiot.h:2437
asn1::rrc::rrc_conn_setup_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:5825
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::rf256
@ rf256
Definition: rrc_nbiot.h:4578
asn1::rrc::rrc_conn_reest_request_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16473
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:9020
asn1::rrc::rr_cfg_ded_nb_r13_s::srb_to_add_mod_list_r13_present
bool srb_to_add_mod_list_r13_present
Definition: rrc_nbiot.h:1521
asn1::rrc::ue_cap_info_nb_ext_r14_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:8469
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:10023
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:7793
asn1::rrc::cqi_npdcch_nb_r14_opts::candidate_rep_d
@ candidate_rep_d
Definition: rrc_nbiot.h:7251
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp1
@ pp1
Definition: rrc_nbiot.h:7809
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::spare4
@ spare4
Definition: rrc_nbiot.h:3112
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db8
@ db8
Definition: rrc_nbiot.h:4928
asn1::rrc::drx_cfg_nb_r13_c::set_release
void set_release()
Definition: rrc_nbiot.cc:1736
asn1::rrc::pdcp_params_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:6753
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4993
asn1::rrc::periodic_bsr_timer_nb_r13_opts
Definition: rrc_nbiot.h:1006
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::different_pci_r14_s_::eutra_num_crs_ports_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2961
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::c
dl_bitmap_nb_r13_c c
Definition: rrc_nbiot.h:2918
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r64
@ r64
Definition: rrc_nbiot.h:2697
asn1::rrc::tdd_ue_cap_nb_r15_s::ue_category_nb_r15_present
bool ue_category_nb_r15_present
Definition: rrc_nbiot.h:8311
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_present
bool npdcch_num_repeat_paging_r14_present
Definition: rrc_nbiot.h:3127
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::v64
@ v64
Definition: rrc_nbiot.h:2289
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n36
@ n36
Definition: rrc_nbiot.h:2665
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8704
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::pp1
@ pp1
Definition: rrc_nbiot.h:2845
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:3744
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:11734
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_present
bool nprach_periodicity_r14_present
Definition: rrc_nbiot.h:2424
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_rrm_pwr_offset_r15_opts::db_minus3
@ db_minus3
Definition: rrc_nbiot.h:2128
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::types_opts::value
enum asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::types_opts::options value
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::dl_carrier_freq_r13
carrier_freq_nb_r13_s dl_carrier_freq_r13
Definition: rrc_nbiot.h:3361
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::set_guardband_r15
guardband_tdd_nb_r15_s & set_guardband_r15()
Definition: rrc_nbiot.cc:4560
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::ded_info_nas_r15
dyn_octstring ded_info_nas_r15
Definition: rrc_nbiot.h:7752
asn1::rrc::pcch_msg_type_nb_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15948
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus112
@ dbm_minus112
Definition: rrc_nbiot.h:3181
asn1::rrc::plmn_id_info_nb_r13_s::cell_reserved_for_oper_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9819
asn1::rrc::ue_cap_nb_v1530_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:8351
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n20
@ n20
Definition: rrc_nbiot.h:2733
asn1::rrc::rrc_conn_release_nb_r13_ies_s::release_cause_r13
release_cause_nb_r13_e release_cause_r13
Definition: rrc_nbiot.h:6128
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_rrm_pwr_offset_r15_opts::number_type
int8_t number_type
Definition: rrc_nbiot.h:2129
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::~nprach_sub_carrier_idx_r15_c_
~nprach_sub_carrier_idx_r15_c_()
Definition: rrc_nbiot.h:668
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::options
options
Definition: rrc_nbiot.h:2548
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::value
enum asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::options value
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::eutra_ctrl_region_size_r13_opts::options
options
Definition: rrc_nbiot.h:464
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17536
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::r32
@ r32
Definition: rrc_nbiot.h:922
asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13_opts::every2nd_rf
@ every2nd_rf
Definition: rrc_nbiot.h:4586
asn1::rrc::rrc_conn_release_nb_v15b0_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13638
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:1383
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:19915
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:15678
asn1::rrc::rrc_conn_release_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14418
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::type
types type() const
Definition: rrc_nbiot.h:9043
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::types_opts::value
enum asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::types_opts::options value
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_e_
enumerated< dummy_opts > dummy_e_
Definition: rrc_nbiot.h:3494
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::r8
@ r8
Definition: rrc_nbiot.h:2267
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6682
asn1::rrc::rrc_conn_reject_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:5751
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::value
enum asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::options value
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:5062
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:9427
asn1::rrc::rlc_cfg_nb_v1430_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:1350
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v9
@ v9
Definition: rrc_nbiot.h:132
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::types_opts::ul_info_transfer_r13
@ ul_info_transfer_r13
Definition: rrc_nbiot.h:8968
asn1::rrc::rrc_conn_release_nb_v15b0_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13645
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r16
@ r16
Definition: rrc_nbiot.h:2527
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12939
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::one_fourth
@ one_fourth
Definition: rrc_nbiot.h:2724
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_present
bool inband_carrier_info_r13_present
Definition: rrc_nbiot.h:490
asn1::rrc::sc_mcch_msg_type_nb_c::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:18441
asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15_s_::tdd_si_carrier_info_r15_opts::value
enum asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15_s_::tdd_si_carrier_info_r15_opts::options value
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::db12
@ db12
Definition: rrc_nbiot.h:3991
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::c
rrc_conn_resume_nb_r13_ies_s c
Definition: rrc_nbiot.h:6425
asn1::rrc::npdcch_cfg_ded_nb_v1530_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:2008
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_opts::pp4
@ pp4
Definition: rrc_nbiot.h:2824
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc_s_::profiles_r13
profiles_r13_s_ profiles_r13
Definition: rrc_nbiot.h:551
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp32
@ pp32
Definition: rrc_nbiot.h:4119
asn1::rrc::ul_ccch_msg_type_nb_c::types_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:20244
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::sib15_v1430
sib_type15_nb_r14_s & sib15_v1430()
Definition: rrc_nbiot.h:5106
asn1::rrc::ue_timers_and_consts_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:9572
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2396
asn1::rrc::sc_mcch_msg_type_nb_c::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18484
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::types_opts::rrc_conn_reest_request_r13
@ rrc_conn_reest_request_r13
Definition: rrc_nbiot.h:7362
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:14132
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::value
enum asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::options value
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::c
dl_gap_cfg_nb_r13_s c
Definition: rrc_nbiot.h:396
asn1::rrc::rrc_conn_recfg_complete_nb_r13_ies_s
Definition: rrc_nbiot.h:7116
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_opts
Definition: rrc_nbiot.h:3344
asn1::rrc::mib_tdd_nb_r15_s::sib1_carrier_info_r15_opts
Definition: rrc_nbiot.h:2064
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::types_opts::value
enum asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::types_opts::options value
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c
c1_c_ c
Definition: rrc_nbiot.h:6230
asn1::rrc::pdcp_params_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15338
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:555
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_
Definition: rrc_nbiot.h:8666
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4837
asn1::rrc::mib_nb_s::sched_info_sib1_r13
uint8_t sched_info_sib1_r13
Definition: rrc_nbiot.h:1733
asn1::rrc::sib_type14_nb_r13_s::ab_per_nrsrp_r15_opts::options
options
Definition: rrc_nbiot.h:4679
asn1::rrc::paging_record_nb_r13_s::ue_id_r13
paging_ue_id_c ue_id_r13
Definition: rrc_nbiot.h:7010
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::c
pod_choice_buffer_t c
Definition: rrc_nbiot.h:4344
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_present
bool ce_authorisation_offset_r14_present
Definition: rrc_nbiot.h:3952
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::q_qual_min_r13
int8_t q_qual_min_r13
Definition: rrc_nbiot.h:3363
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:7751
asn1::rrc::retx_bsr_timer_nb_r13_opts::pp4
@ pp4
Definition: rrc_nbiot.h:1017
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::explicit_gap_cfg_r14
dl_gap_cfg_nb_r13_s & explicit_gap_cfg_r14()
Definition: rrc_nbiot.h:2936
asn1::rrc::rrc_early_data_request_nb_v1590_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:7729
asn1::rrc::sib_type1_nb_v1530_s
Definition: rrc_nbiot.h:3753
asn1::rrc::cqi_npdcch_nb_r14_opts
Definition: rrc_nbiot.h:7245
asn1::rrc::ue_cap_nb_v1440_ies_s::non_crit_ext
ue_cap_nb_v14x0_ies_s non_crit_ext
Definition: rrc_nbiot.h:8412
asn1::rrc::sib_type5_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:11248
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_dur_coeff_r13_opts::value
enum asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_dur_coeff_r13_opts::options value
asn1::rrc::as_cfg_nb_s::source_dl_carrier_freq_r13
carrier_freq_nb_r13_s source_dl_carrier_freq_r13
Definition: rrc_nbiot.h:1549
asn1::rrc::sib_type2_nb_r13_s::freq_info_v1530_s_::tdd_ul_dl_align_offset_r15
tdd_ul_dl_align_offset_nb_r15_e tdd_ul_dl_align_offset_r15
Definition: rrc_nbiot.h:4730
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:5003
asn1::rrc::rrm_cfg_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15509
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:1287
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:7460
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::options
options
Definition: rrc_nbiot.h:2665
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13137
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::number_type
float number_type
Definition: rrc_nbiot.h:2558
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:14588
asn1::rrc::npusch_cfg_common_nb_r13_s::dmrs_cfg_r13_s_::six_tone_cyclic_shift_r13
uint8_t six_tone_cyclic_shift_r13
Definition: rrc_nbiot.h:3619
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1530_opts::number_type
uint32_t number_type
Definition: rrc_nbiot.h:4493
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db2
@ db2
Definition: rrc_nbiot.h:4923
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::nprach_preamb_format_r15_opts::options
options
Definition: rrc_nbiot.h:3482
asn1::rrc::dl_dcch_msg_type_nb_c::types_opts::msg_class_ext
@ msg_class_ext
Definition: rrc_nbiot.h:6652
asn1::choice_buffer_t
Definition: asn1_utils.h:1288
asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_::types_opts::scptm_cfg_r14
@ scptm_cfg_r14
Definition: rrc_nbiot.h:8219
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::value
enum asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::options value
asn1::rrc::phy_layer_params_nb_v1440_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18816
asn1::rrc::rrc_conn_reest_nb_r13_ies_s
Definition: rrc_nbiot.h:5552
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_e_
enumerated< redirected_carrier_offset_ded_r14_opts > redirected_carrier_offset_ded_r14_e_
Definition: rrc_nbiot.h:5531
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db16
@ db16
Definition: rrc_nbiot.h:5518
asn1::rrc::scptm_cfg_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18382
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::three_quarter
@ three_quarter
Definition: rrc_nbiot.h:4052
asn1::rrc::edt_tbs_nb_r15_s
Definition: rrc_nbiot.h:2159
asn1::rrc::sched_request_cfg_nb_r15_s::sr_sps_bsr_cfg_r15_present
bool sr_sps_bsr_cfg_r15_present
Definition: rrc_nbiot.h:1472
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_sixth
@ one_sixth
Definition: rrc_nbiot.h:3558
asn1::rrc::t_poll_retx_nb_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:103
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::r16
@ r16
Definition: rrc_nbiot.h:4028
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::v32
@ v32
Definition: rrc_nbiot.h:942
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4444
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:2418
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::spare3
@ spare3
Definition: rrc_nbiot.h:2384
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3384
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:762
asn1::rrc::plmn_id_info_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:9807
asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13_opts::value
enum asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13_opts::options value
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_npdsch_max_tbs_sc_mtch_r14_e_
enumerated< npdcch_npdsch_max_tbs_sc_mtch_r14_opts > npdcch_npdsch_max_tbs_sc_mtch_r14_e_
Definition: rrc_nbiot.h:8117
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_eighth
@ one_eighth
Definition: rrc_nbiot.h:3556
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3034
asn1::rrc::paging_weight_nb_r14_e
enumerated< paging_weight_nb_r14_opts > paging_weight_nb_r14_e
Definition: rrc_nbiot.h:2811
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530
t301_v1530_e_ t301_v1530
Definition: rrc_nbiot.h:1428
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_rrc_conn_setup_complete_r13
rrc_conn_setup_complete_nb_s & set_rrc_conn_setup_complete_r13()
Definition: rrc_nbiot.cc:20666
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms10
@ ms10
Definition: rrc_nbiot.h:2640
asn1::rrc::sc_mcch_sched_info_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8988
asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550_opts::options
options
Definition: rrc_nbiot.h:157
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::v1dot5
@ v1dot5
Definition: rrc_nbiot.h:8145
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::p0_nominal_npusch_r13
int8_t p0_nominal_npusch_r13
Definition: rrc_nbiot.h:3840
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2778
asn1::rrc::phy_layer_params_nb_v1440_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18822
asn1::rrc::scptm_cfg_nb_r14_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:8207
asn1::rrc::pcch_msg_nb_s::msg
pcch_msg_type_nb_c msg
Definition: rrc_nbiot.h:7095
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::r4
@ r4
Definition: rrc_nbiot.h:2373
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1832
asn1::rrc::rrc_conn_reject_nb_r13_ies_s
Definition: rrc_nbiot.h:5567
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::spare1
@ spare1
Definition: rrc_nbiot.h:2665
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::sf4608
@ sf4608
Definition: rrc_nbiot.h:832
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::n3
@ n3
Definition: rrc_nbiot.h:3461
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:5672
asn1::rrc::ab_cfg_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:43
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts
Definition: rrc_nbiot.h:4443
asn1::rrc::bcch_cfg_nb_r13_s::mod_period_coeff_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:3302
asn1::rrc::retx_bsr_timer_nb_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1017
asn1::rrc::sib_type3_nb_r13_s::cell_resel_serving_freq_info_r13_s_
Definition: rrc_nbiot.h:4949
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::r64
@ r64
Definition: rrc_nbiot.h:2377
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2734
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3934
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::pp1
@ pp1
Definition: rrc_nbiot.h:790
asn1::rrc::ue_cap_info_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:8480
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_e_
enumerated< max_num_rohc_context_sessions_r13_opts > max_num_rohc_context_sessions_r13_e_
Definition: rrc_nbiot.h:6750
asn1::rrc::npusch_cfg_common_nb_r13_s::dmrs_cfg_r13_s_::three_tone_base_seq_r13_present
bool three_tone_base_seq_r13_present
Definition: rrc_nbiot.h:3613
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13
max_retx_thres_r13_e_ max_retx_thres_r13
Definition: rrc_nbiot.h:308
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:8618
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::rf128
@ rf128
Definition: rrc_nbiot.h:4578
asn1::rrc::sib_type_nb_v1530_opts::spare1
@ spare1
Definition: rrc_nbiot.h:2114
asn1::rrc::rrc_conn_resume_complete_nb_v1470_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:7500
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_e_
enumerated< npdcch_offset_ra_r14_opts > npdcch_offset_ra_r14_e_
Definition: rrc_nbiot.h:2412
asn1::rrc::ue_radio_paging_info_nb_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19788
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14
pwr_class14dbm_offset_r14_e_ pwr_class14dbm_offset_r14
Definition: rrc_nbiot.h:4010
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:3112
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:13048
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::sc_mcch_carrier_cfg_r14_c_
sc_mcch_carrier_cfg_r14_c_()=default
asn1::rrc::rrc_conn_release_nb_v1530_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13740
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_ninth
@ one_ninth
Definition: rrc_nbiot.h:3555
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf512
@ sf512
Definition: rrc_nbiot.h:4139
asn1::rrc::periodic_bsr_timer_nb_r13_opts::value
enum asn1::rrc::periodic_bsr_timer_nb_r13_opts::options value
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::n6
@ n6
Definition: rrc_nbiot.h:4460
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14
dl_bitmap_non_anchor_r14_c_ dl_bitmap_non_anchor_r14
Definition: rrc_nbiot.h:3047
asn1::rrc::rr_cfg_ded_nb_r13_s::drb_to_add_mod_list_r13_present
bool drb_to_add_mod_list_r13_present
Definition: rrc_nbiot.h:1522
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:19117
asn1::rrc::scptm_cfg_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18398
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_e_
enumerated< nprach_num_subcarriers_r15_opts > nprach_num_subcarriers_r15_e_
Definition: rrc_nbiot.h:2679
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:18179
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1142
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp4
@ pp4
Definition: rrc_nbiot.h:7809
asn1::rrc::rrc_conn_release_nb_v1530_ies_s::drb_continue_rohc_r15_present
bool drb_continue_rohc_r15_present
Definition: rrc_nbiot.h:6053
asn1::rrc::rlc_cfg_nb_v1430_s::t_reordering_r14_present
bool t_reordering_r14_present
Definition: rrc_nbiot.h:643
asn1::rrc::guardband_nb_r13_s
Definition: rrc_nbiot.h:1603
asn1::rrc::sc_mtch_info_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18157
asn1::rrc::rrc_conn_setup_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13025
asn1::rrc::pci_arfcn_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16046
asn1::rrc::drx_cfg_nb_r13_c::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:1745
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::ms500
@ ms500
Definition: rrc_nbiot.h:4436
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2255
asn1::rrc::t_poll_retx_nb_r13_opts::ms90000
@ ms90000
Definition: rrc_nbiot.h:95
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::db_minus8
@ db_minus8
Definition: rrc_nbiot.h:478
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::rrc_conn_setup_r13
rrc_conn_setup_nb_r13_ies_s & rrc_conn_setup_r13()
Definition: rrc_nbiot.h:5778
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:8977
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:6506
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::n24
@ n24
Definition: rrc_nbiot.h:2673
asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13_opts::one_eighth
@ one_eighth
Definition: rrc_nbiot.h:2298
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::db_minus3
@ db_minus3
Definition: rrc_nbiot.h:3991
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_seventh
@ one_seventh
Definition: rrc_nbiot.h:3557
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:6322
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::c
choice_buffer_t< different_pci_r14_s_, same_pci_r14_s_ > c
Definition: rrc_nbiot.h:3015
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:7589
asn1::rrc::dl_ccch_msg_type_nb_c::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:5986
asn1::rrc::rach_cfg_common_nb_r13_s::conn_est_fail_offset_r13_present
bool conn_est_fail_offset_r13_present
Definition: rrc_nbiot.h:3715
asn1::rrc::wus_cfg_per_carrier_nb_r15_s::max_dur_factor_r15
wus_max_dur_factor_nb_r15_e max_dur_factor_r15
Definition: rrc_nbiot.h:3290
asn1::rrc::guardband_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3614
asn1::rrc::carrier_cfg_ded_nb_r13_s::dl_carrier_cfg_r13
dl_carrier_cfg_ded_nb_r13_s dl_carrier_cfg_r13
Definition: rrc_nbiot.h:745
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_opts::number_type
uint32_t number_type
Definition: rrc_nbiot.h:1391
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf1024
uint16_t & sf1024()
Definition: rrc_nbiot.h:7923
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::ssp4
@ ssp4
Definition: rrc_nbiot.h:3252
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:10524
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13_opts
Definition: rrc_nbiot.h:2237
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::options
options
Definition: rrc_nbiot.h:916
asn1::rrc::sib_type14_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:4688
asn1::rrc::pcch_cfg_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:7890
asn1::rrc::pcch_msg_type_nb_c::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:15924
asn1::rrc::cell_sel_info_nb_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8538
asn1::rrc::bcch_dl_sch_msg_type_nb_c::types_opts::options
options
Definition: rrc_nbiot.h:5433
asn1::rrc::ul_cfg_common_nb_r14_s::nprach_params_list_r14
nprach_params_list_nb_r14_l nprach_params_list_r14
Definition: rrc_nbiot.h:3787
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:1447
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::registered_mme_r13
registered_mme_s registered_mme_r13
Definition: rrc_nbiot.h:7668
asn1::rrc::reest_info_nb_s::ext
bool ext
Definition: rrc_nbiot.h:1562
asn1::choice_buffer_base_t::get
T & get()
Definition: asn1_utils.h:1256
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:20728
asn1::rrc::inband_same_pci_tdd_nb_r15_s::sib_inband_location_r15_opts::value
enum asn1::rrc::inband_same_pci_tdd_nb_r15_s::sib_inband_location_r15_opts::options value
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::c1_c_::type
types type() const
Definition: rrc_nbiot.h:8677
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::sib_type_and_info_r13_item_c_
sib_type_and_info_r13_item_c_()=default
asn1::rrc::cqi_npdcch_short_nb_r14_opts::to_number
int8_t to_number() const
Definition: rrc_nbiot.cc:16403
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::types_opts::options
options
Definition: rrc_nbiot.h:1990
asn1::rrc::ue_radio_access_cap_info_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19618
asn1::rrc::pdcp_cfg_nb_r13_s
Definition: rrc_nbiot.h:526
asn1::rrc::ch_raster_offset_nb_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1593
asn1::rrc::sib_type1_nb_v1530_s::sched_info_list_v1530
sched_info_list_nb_v1530_l sched_info_list_v1530
Definition: rrc_nbiot.h:3774
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_v1530_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9723
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::pp10
@ pp10
Definition: rrc_nbiot.h:2816
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::value
enum asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::options value
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::set_default_value
void set_default_value()
Definition: rrc_nbiot.cc:2414
asn1::rrc::reest_info_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3521
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1009
asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:12079
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day2
@ day2
Definition: rrc_nbiot.h:6856
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::types_opts::value
enum asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::types_opts::options value
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::ms40000
@ ms40000
Definition: rrc_nbiot.h:1350
asn1::rrc::scptm_cfg_nb_r14_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:8204
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min6
@ min6
Definition: rrc_nbiot.h:6825
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts::min5
@ min5
Definition: rrc_nbiot.h:5533
asn1::rrc::sib_type3_nb_r13_s::cell_resel_serving_freq_info_r13
cell_resel_serving_freq_info_r13_s_ cell_resel_serving_freq_info_r13
Definition: rrc_nbiot.h:4969
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::rrc_conn_resume_r13
rrc_conn_resume_nb_s & rrc_conn_resume_r13()
Definition: rrc_nbiot.h:6595
asn1::rrc::rrc_conn_setup_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13039
asn1::rrc::ul_cfg_common_tdd_nb_r15_s::nprach_params_list_tdd_r15
nprach_params_list_tdd_nb_r15_l nprach_params_list_tdd_r15
Definition: rrc_nbiot.h:3818
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc3
@ sc3
Definition: rrc_nbiot.h:3591
asn1::rrc::rrc_conn_release_nb_s
Definition: rrc_nbiot.h:6318
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::rrc_conn_reject_r13
rrc_conn_reject_nb_r13_ies_s & rrc_conn_reject_r13()
Definition: rrc_nbiot.h:5705
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1979
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr20
@ hr20
Definition: rrc_nbiot.h:6853
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:3664
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus124
@ dbm_minus124
Definition: rrc_nbiot.h:3175
asn1::rrc::nprach_params_tdd_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:5830
asn1::rrc::npdcch_cfg_ded_nb_v1530_s::npdcch_start_sf_uss_v1530_opts::options
options
Definition: rrc_nbiot.h:974
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13
npdcch_num_repeats_r13_e_ npdcch_num_repeats_r13
Definition: rrc_nbiot.h:961
asn1::rrc::sys_info_nb_s
Definition: rrc_nbiot.h:5231
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::types_opts::different_pci_r14
@ different_pci_r14
Definition: rrc_nbiot.h:2973
asn1::rrc::ue_cap_info_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19158
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time
ue_inactive_time_e_ ue_inactive_time
Definition: rrc_nbiot.h:6878
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::rrc_conn_resume_complete_r13
rrc_conn_resume_complete_nb_s & rrc_conn_resume_complete_r13()
Definition: rrc_nbiot.h:9083
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts
Definition: rrc_nbiot.h:5532
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf256
@ sf256
Definition: rrc_nbiot.h:4137
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::c
setup_s_ c
Definition: rrc_nbiot.h:1102
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min1s40
@ min1s40
Definition: rrc_nbiot.h:6818
asn1::rrc::inband_different_pci_tdd_nb_r15_s
Definition: rrc_nbiot.h:1920
asn1::rrc::multi_band_info_nb_r13_s::freq_band_ind_r13_present
bool freq_band_ind_r13_present
Definition: rrc_nbiot.h:2192
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:840
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n120
@ n120
Definition: rrc_nbiot.h:2579
asn1::rrc::dl_bitmap_nb_r13_c::type
types type() const
Definition: rrc_nbiot.h:202
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::s_tmsi_r13_present
bool s_tmsi_r13_present
Definition: rrc_nbiot.h:7660
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::set_spare2
void set_spare2()
Definition: rrc_nbiot.cc:15078
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::type_
types type_
Definition: rrc_nbiot.h:458
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::inter_freq_black_cell_list_r13
inter_freq_black_cell_list_nb_r13_l inter_freq_black_cell_list_r13
Definition: rrc_nbiot.h:3367
asn1::rrc::sys_info_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:11847
asn1::rrc::standalone_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3689
asn1::rrc::pdcp_params_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15356
asn1::rrc::sib_type5_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:11301
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530_opts::ms80000
@ ms80000
Definition: rrc_nbiot.h:4484
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:7403
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::s10
@ s10
Definition: rrc_nbiot.h:6809
asn1::rrc::rlc_cfg_nb_r13_c::type
types type() const
Definition: rrc_nbiot.h:616
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf40
@ sf40
Definition: rrc_nbiot.h:7830
asn1::rrc::ul_ccch_msg_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:20251
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:12808
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:5526
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:3432
asn1::rrc::sib_type2_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:10281
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::set_sib20_v1430
sib_type20_nb_r14_s & set_sib20_v1430()
Definition: rrc_nbiot.cc:11565
asn1::rrc::phy_layer_params_nb_v1530_s
Definition: rrc_nbiot.h:8294
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::n18
@ n18
Definition: rrc_nbiot.h:2345
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_msg3_range_start_r13_opts::zero
@ zero
Definition: rrc_nbiot.h:2238
asn1::rrc::phy_layer_params_nb_r13_s::multi_carrier_r13_present
bool multi_carrier_r13_present
Definition: rrc_nbiot.h:6768
asn1::rrc::rr_cfg_common_sib_nb_r13_s
Definition: rrc_nbiot.h:4079
asn1::rrc::dl_bitmap_nb_r13_c::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:188
asn1::rrc::rrc_conn_recfg_complete_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16102
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::set_same_pci_r14
same_pci_r14_s_ & set_same_pci_r14()
Definition: rrc_nbiot.cc:6571
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::operator=
sched_period_start_offset_scptm_r14_c_ & operator=(const sched_period_start_offset_scptm_r14_c_ &other)
Definition: rrc_nbiot.cc:17764
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::eutra_ctrl_region_size_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:6675
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:20383
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::type_
types type_
Definition: rrc_nbiot.h:395
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::al04
@ al04
Definition: rrc_nbiot.h:705
asn1::rrc::sib_type20_nb_r14_s::ext
bool ext
Definition: rrc_nbiot.h:4847
asn1::rrc::rrc_conn_release_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13981
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v5
@ v5
Definition: rrc_nbiot.h:128
asn1::rrc::ul_cfg_common_nb_r14_s::nprach_params_list_r14_present
bool nprach_params_list_r14_present
Definition: rrc_nbiot.h:3785
asn1::rrc::sib_guardband_inband_same_pci_tdd_nb_r15_s
Definition: rrc_nbiot.h:1808
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts
Definition: rrc_nbiot.h:1381
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_r13_opts::ms30000
@ ms30000
Definition: rrc_nbiot.h:1374
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::ms2000
@ ms2000
Definition: rrc_nbiot.h:1358
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::different_pci_r13_s_::eutra_num_crs_ports_r13_opts::four
@ four
Definition: rrc_nbiot.h:405
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::type_
types type_
Definition: rrc_nbiot.h:8897
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db2
@ db2
Definition: rrc_nbiot.h:5319
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::options
options
Definition: rrc_nbiot.h:2337
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14
copy_ptr< data_inactivity_timer_cfg_r14_c_ > data_inactivity_timer_cfg_r14
Definition: rrc_nbiot.h:1306
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::pp8
@ pp8
Definition: rrc_nbiot.h:782
asn1::rrc::ho_prep_info_nb_ext_r14_ies_s
Definition: rrc_nbiot.h:6721
asn1::rrc::mbms_sai_inter_freq_nb_r14_s::multi_band_info_list_r14
add_band_info_list_nb_r14_l multi_band_info_list_r14
Definition: rrc_nbiot.h:3406
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts::min180
@ min180
Definition: rrc_nbiot.h:5533
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_e_
enumerated< t310_r13_opts > t310_r13_e_
Definition: rrc_nbiot.h:4442
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:6358
asn1::rrc::sib_guardband_guardband_tdd_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:3992
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::spare4
@ spare4
Definition: rrc_nbiot.h:837
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:20500
asn1::rrc::sib_type1_nb_v1350_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:11769
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::n128
@ n128
Definition: rrc_nbiot.h:2785
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::c
ue_paging_coverage_info_nb_ies_s c
Definition: rrc_nbiot.h:8587
asn1::rrc::pdcp_params_nb_r13_s::supported_rohc_profiles_r13_s_::profile0x0104
bool profile0x0104
Definition: rrc_nbiot.h:6741
asn1::rrc::pcch_msg_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16017
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::s30
@ s30
Definition: rrc_nbiot.h:6813
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:2926
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:1852
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::ms30000
@ ms30000
Definition: rrc_nbiot.h:4452
asn1::rrc::ue_cap_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15564
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp8
@ pp8
Definition: rrc_nbiot.h:4111
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:7850
asn1::rrc::rrc_conn_reject_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12882
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:4461
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2489
asn1::rrc::pcch_msg_type_nb_c
Definition: rrc_nbiot.h:7037
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n36
@ n36
Definition: rrc_nbiot.h:2414
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::guardband_r15
guardband_tdd_nb_r15_s & guardband_r15()
Definition: rrc_nbiot.h:2019
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::number_type
int32_t number_type
Definition: rrc_nbiot.h:529
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::set_ab_common_r13
ab_cfg_nb_r13_s & set_ab_common_r13()
Definition: rrc_nbiot.cc:10078
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts
Definition: rrc_nbiot.h:2672
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_e_
enumerated< ce_authorisation_offset_r14_opts > ce_authorisation_offset_r14_e_
Definition: rrc_nbiot.h:3351
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::n10
@ n10
Definition: rrc_nbiot.h:4444
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:821
asn1::rrc::bcch_dl_sch_msg_type_nb_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12158
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_e_
enumerated< num_repeats_per_preamb_attempt_r13_opts > num_repeats_per_preamb_attempt_r13_e_
Definition: rrc_nbiot.h:2261
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5704
asn1::rrc::npdsch_cfg_common_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:7392
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_present
bool srs_sf_cfg_r13_present
Definition: rrc_nbiot.h:3624
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_e_
enumerated< nprach_start_time_r15_opts > nprach_start_time_r15_e_
Definition: rrc_nbiot.h:2495
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::sc_mtch_carrier_cfg_r14_c_
sc_mtch_carrier_cfg_r14_c_()=default
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:4939
asn1::rrc::wus_cfg_nb_r15_s::num_pos_r15_present
bool num_pos_r15_present
Definition: rrc_nbiot.h:3895
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:9287
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:17698
asn1::rrc::rrc_conn_resume_request_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17119
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s
Definition: rrc_nbiot.h:3828
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:18084
asn1::rrc::intra_freq_cell_resel_info_nb_v1350_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8607
asn1::rrc::rrc_early_data_complete_nb_v1590_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:12424
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1530_present
bool t311_v1530_present
Definition: rrc_nbiot.h:4523
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14
ce_authorisation_offset_r14_e_ ce_authorisation_offset_r14
Definition: rrc_nbiot.h:4011
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus122
@ dbm_minus122
Definition: rrc_nbiot.h:3176
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::n3
@ n3
Definition: rrc_nbiot.h:2247
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::inband_different_pci_r13
inband_different_pci_nb_r13_s & inband_different_pci_r13()
Definition: rrc_nbiot.h:1683
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_periodicity_r13
dl_gap_periodicity_r13_e_ dl_gap_periodicity_r13
Definition: rrc_nbiot.h:267
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::n8
@ n8
Definition: rrc_nbiot.h:4444
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::nprach_preamb_format_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:7636
asn1::rrc::mbms_sai_inter_freq_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:7335
asn1::rrc::rrc_conn_reest_request_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16453
asn1::rrc::sib_type1_nb_s::p_max_r13
int8_t p_max_r13
Definition: rrc_nbiot.h:5360
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::al1
@ al1
Definition: rrc_nbiot.h:705
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_present
bool nprach_subcarrier_offset_r15_present
Definition: rrc_nbiot.h:2745
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::value
enum asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::options value
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::zero
@ zero
Definition: rrc_nbiot.h:2681
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15_e_
enumerated< wake_up_signal_min_gap_e_drx_r15_opts > wake_up_signal_min_gap_e_drx_r15_e_
Definition: rrc_nbiot.h:8446
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::types_opts::value
enum asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::types_opts::options value
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_opts::sf10240
@ sf10240
Definition: rrc_nbiot.h:1286
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::types_opts::value
enum asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::types_opts::options value
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:15674
asn1::rrc::phy_layer_params_nb_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18605
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::r32
@ r32
Definition: rrc_nbiot.h:2376
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::type_
types type_
Definition: rrc_nbiot.h:6424
asn1::rrc::sib_type_nb_v1530_opts::spare6
@ spare6
Definition: rrc_nbiot.h:2114
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::set_sib22_v1430
sib_type22_nb_r14_s & set_sib22_v1430()
Definition: rrc_nbiot.cc:11570
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:10109
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf65536
@ rf65536
Definition: rrc_nbiot.h:4831
asn1::rrc::sched_info_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:9835
asn1::rrc::bcch_dl_sch_msg_type_nb_c::types_opts::value
enum asn1::rrc::bcch_dl_sch_msg_type_nb_c::types_opts::options value
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5057
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::n7
@ n7
Definition: rrc_nbiot.h:3461
asn1::assert_choice_type
void assert_choice_type(uint32_t val, uint32_t choice_id)
Definition: asn1_utils.cc:42
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:1996
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_e_
enumerated< nprach_periodicity_r15_opts > nprach_periodicity_r15_e_
Definition: rrc_nbiot.h:2487
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4420
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2845
asn1::rrc::rrc_conn_setup_complete_nb_s
Definition: rrc_nbiot.h:7680
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_present
bool t311_v1350_present
Definition: rrc_nbiot.h:4518
asn1::rrc::sib_type1_nb_s::cell_access_related_info_r13
cell_access_related_info_r13_s_ cell_access_related_info_r13
Definition: rrc_nbiot.h:5358
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:2653
asn1::rrc::carrier_freq_nb_v1550_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:189
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::dl_carrier_cfg_r14
dl_carrier_cfg_common_nb_r14_s & dl_carrier_cfg_r14()
Definition: rrc_nbiot.h:8081
asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15_s_
Definition: rrc_nbiot.h:3754
asn1::rrc::sc_mtch_sched_info_nb_r14_s::ext
bool ext
Definition: rrc_nbiot.h:8048
asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2230
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:4445
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1826
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_e_
enumerated< npdcch_num_repeats_ra_r15_opts > npdcch_num_repeats_ra_r15_e_
Definition: rrc_nbiot.h:2714
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts
Definition: rrc_nbiot.h:3170
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n24
@ n24
Definition: rrc_nbiot.h:2497
asn1::rrc::ul_ccch_msg_type_nb_c::types_opts::value
enum asn1::rrc::ul_ccch_msg_type_nb_c::types_opts::options value
asn1::rrc::ch_raster_offset_nb_r13_opts::value
enum asn1::rrc::ch_raster_offset_nb_r13_opts::options value
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13
same_pci_ind_r13_c_ same_pci_ind_r13
Definition: rrc_nbiot.h:474
asn1::rrc::mbms_sai_inter_freq_nb_r14_s::multi_band_info_list_r14_present
bool multi_band_info_list_r14_present
Definition: rrc_nbiot.h:3403
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2247
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::spare1
@ spare1
Definition: rrc_nbiot.h:2538
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5233
asn1::rrc::cqi_npdcch_short_nb_r14_opts::no_meass
@ no_meass
Definition: rrc_nbiot.h:7269
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::ms8000
@ ms8000
Definition: rrc_nbiot.h:4436
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::different_pci_r14_s_::eutra_num_crs_ports_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:6649
asn1::rrc::sib_type4_nb_r13_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:5001
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v_minus6
@ v_minus6
Definition: rrc_nbiot.h:116
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf2048
@ sf2048
Definition: rrc_nbiot.h:7840
asn1::rrc::dl_dcch_msg_type_nb_c::c
c1_c_ c
Definition: rrc_nbiot.h:6683
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::dl_carrier_idx_r14
uint8_t & dl_carrier_idx_r14()
Definition: rrc_nbiot.h:4787
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6836
asn1::rrc::ul_cfg_common_nb_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8280
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_e_
enumerated< nrs_crs_pwr_offset_r13_opts > nrs_crs_pwr_offset_r13_e_
Definition: rrc_nbiot.h:5336
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:4769
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_e_
enumerated< alpha_r15_opts > alpha_r15_e_
Definition: rrc_nbiot.h:712
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330
nrs_pwr_offset_non_anchor_v1330_e_ nrs_pwr_offset_non_anchor_v1330
Definition: rrc_nbiot.h:498
asn1::rrc::ue_paging_coverage_info_nb_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19310
asn1::rrc::paging_weight_nb_r14_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2806
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms80
@ ms80
Definition: rrc_nbiot.h:2631
asn1::rrc::nprach_cfg_sib_nb_r13_s::nprach_cp_len_r13
nprach_cp_len_r13_e_ nprach_cp_len_r13
Definition: rrc_nbiot.h:3438
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13
inband_carrier_info_r13_s_ inband_carrier_info_r13
Definition: rrc_nbiot.h:494
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::ms1024
@ ms1024
Definition: rrc_nbiot.h:2214
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp320
@ pp320
Definition: rrc_nbiot.h:867
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp8
@ pp8
Definition: rrc_nbiot.h:4119
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::value
enum asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::options value
asn1::rrc::access_stratum_release_nb_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:15271
asn1::rrc::sib_type20_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:10389
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::types_opts::explicit_bitmap_cfg_r14
@ explicit_bitmap_cfg_r14
Definition: rrc_nbiot.h:2888
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::options
options
Definition: rrc_nbiot.h:318
asn1::rrc::npdcch_cfg_ded_nb_v1530_s::npdcch_start_sf_uss_v1530_opts::value
enum asn1::rrc::npdcch_cfg_ded_nb_v1530_s::npdcch_start_sf_uss_v1530_opts::options value
asn1::rrc::bcch_bch_msg_tdd_nb_s
Definition: rrc_nbiot.h:2091
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:6174
asn1::rrc::rrc_conn_resume_complete_nb_s
Definition: rrc_nbiot.h:7527
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min50
@ min50
Definition: rrc_nbiot.h:6839
asn1::rrc::sib_type_nb_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:3745
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts
Definition: rrc_nbiot.h:5310
asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15_opts
Definition: rrc_nbiot.h:3868
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::r64
@ r64
Definition: rrc_nbiot.h:318
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:17589
asn1::rrc::sib_type20_nb_r14_s::npdcch_sc_mcch_cfg_r14
npdcch_sc_mcch_cfg_nb_r14_s npdcch_sc_mcch_cfg_r14
Definition: rrc_nbiot.h:4850
asn1::rrc::pcch_msg_type_nb_c::type
types type() const
Definition: rrc_nbiot.h:7070
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5938
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::type_
types type_
Definition: rrc_nbiot.h:1101
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::n8
@ n8
Definition: rrc_nbiot.h:1366
asn1::rrc::phys_cfg_ded_nb_r13_s::carrier_cfg_ded_r13
carrier_cfg_ded_nb_r13_s carrier_cfg_ded_r13
Definition: rrc_nbiot.h:1326
asn1::rrc::mac_main_cfg_nb_r13_s::ul_sch_cfg_r13_s_::periodic_bsr_timer_r13
periodic_bsr_timer_nb_r13_e periodic_bsr_timer_r13
Definition: rrc_nbiot.h:1210
asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15_opts::options
options
Definition: rrc_nbiot.h:3861
asn1::rrc::ho_prep_info_nb_v1380_ies_s::non_crit_ext
ho_prep_info_nb_ext_r14_ies_s non_crit_ext
Definition: rrc_nbiot.h:6792
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::ms640
@ ms640
Definition: rrc_nbiot.h:2329
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15_opts::options
options
Definition: rrc_nbiot.h:8440
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15
nprach_periodicity_r15_e_ nprach_periodicity_r15
Definition: rrc_nbiot.h:2752
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::types_opts::ue_cap_info_r13
@ ue_cap_info_r13
Definition: rrc_nbiot.h:8497
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::one_half
@ one_half
Definition: rrc_nbiot.h:8159
asn1::rrc::pcch_cfg_nb_r14_s::paging_weight_r14
paging_weight_nb_r14_e paging_weight_r14
Definition: rrc_nbiot.h:3130
asn1::rrc::carrier_cfg_ded_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:1590
asn1::rrc::rach_info_nb_r13_s::mac_contention_resolution_timer_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6125
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_
Definition: rrc_nbiot.h:7763
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:11629
asn1::rrc::rrc_conn_recfg_nb_r13_ies_s::full_cfg_r13_present
bool full_cfg_r13_present
Definition: rrc_nbiot.h:6108
asn1::rrc::lc_ch_cfg_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:512
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:5746
asn1::rrc::ho_prep_info_nb_ies_s::ue_radio_access_cap_info_r13
ue_cap_nb_r13_s ue_radio_access_cap_info_r13
Definition: rrc_nbiot.h:6909
asn1::rrc::ul_ccch_msg_type_nb_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:20014
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::ms15000
@ ms15000
Definition: rrc_nbiot.h:4428
asn1::rrc::bcch_cfg_nb_r13_s::mod_period_coeff_r13_opts::n128
@ n128
Definition: rrc_nbiot.h:3301
asn1::rrc::sib_type1_nb_v1430_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:9920
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::eutra_ctrl_region_size_r14_opts
Definition: rrc_nbiot.h:3019
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms640
@ ms640
Definition: rrc_nbiot.h:2481
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::n4
@ n4
Definition: rrc_nbiot.h:2777
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db6
@ db6
Definition: rrc_nbiot.h:4381
asn1::rrc::dl_bitmap_nb_r13_c::c
choice_buffer_t< fixed_bitstring< 40 > > c
Definition: rrc_nbiot.h:232
asn1::rrc::bcch_dl_sch_msg_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12363
asn1::rrc::sib_type4_nb_r13_s::intra_freq_black_cell_list_r13_present
bool intra_freq_black_cell_list_r13_present
Definition: rrc_nbiot.h:4997
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::n4
@ n4
Definition: rrc_nbiot.h:2785
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2816
asn1::rrc::cqi_npdcch_nb_r14_opts::candidate_rep_k
@ candidate_rep_k
Definition: rrc_nbiot.h:7258
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_thres_r13_opts::n64
@ n64
Definition: rrc_nbiot.h:240
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::explicit_value_r13
mac_main_cfg_nb_r13_s & explicit_value_r13()
Definition: rrc_nbiot.h:1501
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2405
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::options
options
Definition: rrc_nbiot.h:2329
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_carrier_cfg_r14_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:10556
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_e_
enumerated< sc_mcch_repeat_period_r14_opts > sc_mcch_repeat_period_r14_e_
Definition: rrc_nbiot.h:4818
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::operator=
sib_type_and_info_r13_item_c_ & operator=(const sib_type_and_info_r13_item_c_ &other)
Definition: rrc_nbiot.cc:11484
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:8697
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13
npdcch_start_sf_css_ra_r13_e_ npdcch_start_sf_css_ra_r13
Definition: rrc_nbiot.h:2316
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts::b56
@ b56
Definition: rrc_nbiot.h:4594
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_opts::ms10000
@ ms10000
Definition: rrc_nbiot.h:4428
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_present
bool same_pci_ind_r14_present
Definition: rrc_nbiot.h:3029
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::number_type
float number_type
Definition: rrc_nbiot.h:4387
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::n72
@ n72
Definition: rrc_nbiot.h:2505
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r32
@ r32
Definition: rrc_nbiot.h:2696
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms5120
@ ms5120
Definition: rrc_nbiot.h:2631
asn1::rrc::wus_cfg_nb_r15_s::num_pos_r15_opts::n1
@ n1
Definition: rrc_nbiot.h:3853
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n138
@ n138
Definition: rrc_nbiot.h:2581
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n11
@ n11
Definition: rrc_nbiot.h:2460
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min2s30
@ min2s30
Definition: rrc_nbiot.h:6820
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf4096
uint16_t & sf4096()
Definition: rrc_nbiot.h:4235
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::n256
@ n256
Definition: rrc_nbiot.h:2785
asn1::rrc::sys_info_nb_s::crit_exts_c_::types_opts::sys_info_r13
@ sys_info_r13
Definition: rrc_nbiot.h:5234
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_present
bool pwr_ramp_params_ce1_r14_present
Definition: rrc_nbiot.h:3214
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts::min20
@ min20
Definition: rrc_nbiot.h:5533
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::c
rrc_conn_recfg_nb_r13_ies_s c
Definition: rrc_nbiot.h:6277
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n35
@ n35
Definition: rrc_nbiot.h:2460
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2506
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::ms10000
@ ms10000
Definition: rrc_nbiot.h:1350
asn1::rrc::rrc_conn_reest_nb_r13_ies_s::next_hop_chaining_count_r13
uint8_t next_hop_chaining_count_r13
Definition: rrc_nbiot.h:5556
asn1::rrc::ul_ccch_msg_type_nb_c::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:8923
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:17580
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_npdsch_max_tbs_sc_mtch_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:18311
asn1::rrc::reest_cause_nb_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:7291
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s
Definition: rrc_nbiot.h:4026
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n30
@ n30
Definition: rrc_nbiot.h:2568
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::n10
@ n10
Definition: rrc_nbiot.h:4460
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c
c1_c_ c
Definition: rrc_nbiot.h:5464
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15
nprach_subcarrier_msg3_range_start_r15_e_ nprach_subcarrier_msg3_range_start_r15
Definition: rrc_nbiot.h:2756
asn1::rrc::ho_prep_info_nb_ext_r14_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15294
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts::min60
@ min60
Definition: rrc_nbiot.h:5533
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::security_mode_fail_r13
security_mode_fail_s & security_mode_fail_r13()
Definition: rrc_nbiot.h:9068
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::r4
@ r4
Definition: rrc_nbiot.h:2266
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::db12
@ db12
Definition: rrc_nbiot.h:3934
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_dur_coeff_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:256
asn1::rrc::access_stratum_release_nb_r13_opts
Definition: rrc_nbiot.h:6711
asn1::rrc::sc_mcch_msg_type_nb_c::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8219
asn1::rrc::nprach_cfg_sib_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:7424
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::value
enum asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::options value
asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15_opts::n1
@ n1
Definition: rrc_nbiot.h:3861
asn1::rrc::sf_assign_r15_opts
Definition: dl_dcch_msg.h:296
asn1::rrc::nprach_cfg_sib_nb_v1530_s::fmt2_params_r15_s_::nprach_params_list_fmt2_r15_present
bool nprach_params_list_fmt2_r15_present
Definition: rrc_nbiot.h:3502
asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13_opts
Definition: rrc_nbiot.h:5302
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::n8
@ n8
Definition: rrc_nbiot.h:2255
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17410
asn1::rrc::sys_info_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:11334
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup
setup_s_ & setup()
Definition: rrc_nbiot.h:1051
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2733
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::c
rrc_conn_reest_complete_nb_r13_ies_s c
Definition: rrc_nbiot.h:7231
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::ms20000
@ ms20000
Definition: rrc_nbiot.h:4452
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:7281
asn1::rrc::nprach_cfg_sib_nb_v1530_s::edt_params_r15_s_::edt_small_tbs_subset_r15_present
bool edt_small_tbs_subset_r15_present
Definition: rrc_nbiot.h:3508
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts
Definition: rrc_nbiot.h:789
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::non_crit_ext
rrc_conn_setup_complete_nb_v1430_ies_s non_crit_ext
Definition: rrc_nbiot.h:7671
asn1::rrc::rrc_conn_recfg_complete_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16080
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::spare7
@ spare7
Definition: rrc_nbiot.h:9023
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::different_pci_r13_s_::eutra_num_crs_ports_r13_e_
enumerated< eutra_num_crs_ports_r13_opts > eutra_num_crs_ports_r13_e_
Definition: rrc_nbiot.h:411
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::types_opts::ab_per_plmn_list_r13
@ ab_per_plmn_list_r13
Definition: rrc_nbiot.h:4632
asn1::rrc::as_context_nb_s::reest_info_r13
reest_info_nb_s reest_info_r13
Definition: rrc_nbiot.h:1579
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::types_opts::ue_radio_paging_info_r13
@ ue_radio_paging_info_r13
Definition: rrc_nbiot.h:8754
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:5951
asn1::rrc::rrc_conn_reest_request_nb_r14_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16496
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus84
@ dbm_minus84
Definition: rrc_nbiot.h:3195
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13
discard_timer_r13_e_ discard_timer_r13
Definition: rrc_nbiot.h:590
asn1::rrc::guardband_tdd_nb_r15_s::eutra_bandwitdh_r15_opts::value
enum asn1::rrc::guardband_tdd_nb_r15_s::eutra_bandwitdh_r15_opts::options value
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::types_opts::options
options
Definition: rrc_nbiot.h:7591
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc_s_::profiles_r13_s_::profile0x0002
bool profile0x0002
Definition: rrc_nbiot.h:538
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13
dl_gap_non_anchor_r13_c_ dl_gap_non_anchor_r13
Definition: rrc_nbiot.h:493
asn1::rrc::rr_cfg_ded_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:1520
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::dl_gap_non_anchor_r13_c_
dl_gap_non_anchor_r13_c_()=default
asn1::rrc::ul_dcch_msg_type_nb_c::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:9160
asn1::rrc::pcch_cfg_nb_r13_s::default_paging_cycle_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:7920
asn1::rrc::paging_weight_nb_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:6085
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:6756
asn1::rrc::rlc_cfg_nb_v1430_s::t_reordering_r14
t_reordering_e t_reordering_r14
Definition: rrc_nbiot.h:644
asn1::rrc::access_stratum_release_nb_r13_opts::options
options
Definition: rrc_nbiot.h:6712
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf256
@ rf256
Definition: rrc_nbiot.h:4823
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db_minus1dot77
@ db_minus1dot77
Definition: rrc_nbiot.h:4372
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3563
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:7717
asn1::rrc::ul_cfg_common_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8213
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9712
asn1::rrc::inband_same_pci_nb_r13_s
Definition: rrc_nbiot.h:1636
asn1::rrc::plmn_id_info_nb_r13_s::cell_reserved_for_oper_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4558
asn1::rrc::rrc_conn_release_nb_v1430_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13757
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:5764
asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15_e_
enumerated< time_offset_drx_r15_opts > time_offset_drx_r15_e_
Definition: rrc_nbiot.h:3875
asn1::rrc::wus_max_dur_factor_nb_r15_opts::one128th
@ one128th
Definition: rrc_nbiot.h:2875
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc15
@ sc15
Definition: rrc_nbiot.h:3603
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_dur_coeff_r13_opts::one_half
@ one_half
Definition: rrc_nbiot.h:256
asn1::rrc::meas_result_serv_cell_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15823
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:9014
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14
npdcch_num_repeat_paging_r14_e_ npdcch_num_repeat_paging_r14
Definition: rrc_nbiot.h:3129
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15
sib_guardband_info_r15_c_ sib_guardband_info_r15
Definition: rrc_nbiot.h:1910
asn1::rrc::ab_cfg_nb_r13_s::ab_barr_for_exception_data_r13_present
bool ab_barr_for_exception_data_r13_present
Definition: rrc_nbiot.h:64
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14_c_::types_opts::options
options
Definition: rrc_nbiot.h:8064
asn1::rrc::pcch_msg_type_nb_c::types_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:7060
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1530_opts::ms200000
@ ms200000
Definition: rrc_nbiot.h:1406
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::t4
@ t4
Definition: rrc_nbiot.h:298
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9756
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1659
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:6303
asn1::rrc::phys_cfg_ded_nb_r13_s::add_tx_sib1_cfg_v1540_present
bool add_tx_sib1_cfg_v1540_present
Definition: rrc_nbiot.h:1338
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_e_
enumerated< special_sf_patterns_r15_opts > special_sf_patterns_r15_e_
Definition: rrc_nbiot.h:3265
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::r1024
@ r1024
Definition: rrc_nbiot.h:927
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::to_number
uint32_t to_number() const
Definition: rrc_nbiot.cc:10612
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::value
enum asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::options value
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::v16
@ v16
Definition: rrc_nbiot.h:2289
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::n32
@ n32
Definition: rrc_nbiot.h:2255
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_opts::ms90000
@ ms90000
Definition: rrc_nbiot.h:1390
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:3162
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::operator=
operation_mode_info_r15_c_ & operator=(const operation_mode_info_r15_c_ &other)
Definition: rrc_nbiot.cc:4523
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::pp2
@ pp2
Definition: rrc_nbiot.h:1216
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms5120
@ ms5120
Definition: rrc_nbiot.h:2481
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5268
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms1280
@ ms1280
Definition: rrc_nbiot.h:2647
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::ms320
@ ms320
Definition: rrc_nbiot.h:2206
asn1::rrc::npusch_cfg_common_nb_r13_s::dmrs_cfg_r13_present
bool dmrs_cfg_r13_present
Definition: rrc_nbiot.h:3625
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::n8
@ n8
Definition: rrc_nbiot.h:2460
asn1::rrc::ho_prep_info_nb_v1380_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:6789
asn1::rrc::ue_timers_and_consts_nb_r13_s::n310_r13_e_
enumerated< n310_r13_opts > n310_r13_e_
Definition: rrc_nbiot.h:4450
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_
Definition: rrc_nbiot.h:6468
asn1::rrc::bcch_cfg_nb_r13_s::mod_period_coeff_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6964
asn1::rrc::phy_layer_params_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15387
asn1::rrc::drx_cfg_nb_r13_c::type_
types type_
Definition: rrc_nbiot.h:909
asn1::rrc::ul_dcch_msg_type_nb_c::set_msg_class_ext
void set_msg_class_ext()
Definition: rrc_nbiot.cc:20417
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_e_
enumerated< npdcch_start_sf_uss_r13_opts > npdcch_start_sf_uss_r13_e_
Definition: rrc_nbiot.h:949
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_fifth
@ one_fifth
Definition: rrc_nbiot.h:3559
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:7769
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_thres_r13_opts::options
options
Definition: rrc_nbiot.h:240
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::pp4
@ pp4
Definition: rrc_nbiot.h:782
asn1::rrc::access_stratum_release_nb_r13_opts::spare2
@ spare2
Definition: rrc_nbiot.h:6712
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts
Definition: rrc_nbiot.h:1357
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf256
uint16_t & sf256()
Definition: rrc_nbiot.h:4205
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts
Definition: rrc_nbiot.h:3647
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_start_sf_uss_r13_opts::v4
@ v4
Definition: rrc_nbiot.h:942
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:299
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::set_use_no_bitmap_r14
void set_use_no_bitmap_r14()
Definition: rrc_nbiot.cc:6350
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_
Definition: rrc_nbiot.h:5880
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts::ms120000
@ ms120000
Definition: rrc_nbiot.h:4500
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms16
@ ms16
Definition: rrc_nbiot.h:2489
asn1::rrc::rrc_conn_recfg_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13858
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_
Definition: rrc_nbiot.h:6924
asn1::rrc::sched_info_nb_r13_s::si_periodicity_r13_opts::options
options
Definition: rrc_nbiot.h:4578
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6494
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_e_
enumerated< q_hyst_r13_opts > q_hyst_r13_e_
Definition: rrc_nbiot.h:4944
asn1::rrc::pwr_ramp_params_nb_v1450_s
Definition: rrc_nbiot.h:3140
asn1::rrc::drb_to_add_mod_nb_r13_s::pdcp_cfg_r13
pdcp_cfg_nb_r13_s pdcp_cfg_r13
Definition: rrc_nbiot.h:764
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::set_ue_cap_enquiry_r13
ue_cap_enquiry_nb_s & set_ue_cap_enquiry_r13()
Definition: rrc_nbiot.cc:15068
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms512
@ ms512
Definition: rrc_nbiot.h:2489
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::ms5120
@ ms5120
Definition: rrc_nbiot.h:528
asn1::rrc::ue_cap_info_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:8484
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_start_sf_sc_mcch_r14_opts::options
options
Definition: rrc_nbiot.h:4036
asn1::rrc::ue_cap_enquiry_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:6160
asn1::rrc::dl_gap_cfg_nb_v1530_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:452
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::type_
types type_
Definition: rrc_nbiot.h:1137
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day5
@ day5
Definition: rrc_nbiot.h:6860
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::types_opts::different_pci_r13
@ different_pci_r13
Definition: rrc_nbiot.h:417
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::set_spare1
void set_spare1()
Definition: rrc_nbiot.cc:13480
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:2716
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts
Definition: rrc_nbiot.h:2221
asn1::rrc::phy_layer_params_nb_v1440_s::interference_randomisation_r14_present
bool interference_randomisation_r14_present
Definition: rrc_nbiot.h:8365
asn1::rrc::rlc_cfg_nb_r13_c::am_s_::ul_am_rlc_r13
ul_am_rlc_nb_r13_s ul_am_rlc_r13
Definition: rrc_nbiot.h:603
asn1::rrc::cqi_npdcch_short_nb_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:7269
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::rf4096
@ rf4096
Definition: rrc_nbiot.h:4827
asn1::rrc::pdcp_cfg_nb_r13_s::discard_timer_r13_opts::ms81920
@ ms81920
Definition: rrc_nbiot.h:528
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:817
asn1::rrc::wus_cfg_per_carrier_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6931
asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:157
asn1::rrc::rrc_conn_release_nb_v1550_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13667
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_
Definition: rrc_nbiot.h:6541
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::n48
@ n48
Definition: rrc_nbiot.h:2673
asn1::rrc::pcch_msg_type_nb_c::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15933
asn1::rrc::sys_info_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:11817
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::sf9216
@ sf9216
Definition: rrc_nbiot.h:836
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530_opts::options
options
Definition: rrc_nbiot.h:1398
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::n3
@ n3
Definition: rrc_nbiot.h:1366
asn1::rrc::phys_cfg_ded_nb_r13_s::interference_randomisation_cfg_r14_present
bool interference_randomisation_cfg_r14_present
Definition: rrc_nbiot.h:1334
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15794
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_security_mode_fail_r13
security_mode_fail_s & set_security_mode_fail_r13()
Definition: rrc_nbiot.cc:20676
asn1::rrc::sib_type1_nb_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:5371
asn1::rrc::sib_type_nb_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3743
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_retx_timer_r13_opts::pp33
@ pp33
Definition: rrc_nbiot.h:807
asn1::rrc::sib_type3_nb_r13_s::cell_resel_info_common_r13_s_::q_hyst_r13_opts::db0
@ db0
Definition: rrc_nbiot.h:4921
asn1::rrc::npusch_cfg_common_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:7773
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13
carrier_freq_offset_r13_e_ carrier_freq_offset_r13
Definition: rrc_nbiot.h:146
asn1::rrc::nprach_cfg_sib_nb_r13_s::rsrp_thress_prach_info_list_r13
rsrp_thress_nprach_info_list_nb_r13_l rsrp_thress_prach_info_list_r13
Definition: rrc_nbiot.h:3439
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::establishment_cause_nb_r13_opts::mo_sig
@ mo_sig
Definition: rrc_nbiot.h:7422
asn1::rrc::rrc_conn_request_nb_r13_ies_s
Definition: rrc_nbiot.h:7437
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8355
asn1::rrc::ul_ref_sigs_npusch_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6916
asn1::rrc::mib_tdd_nb_r15_s::sys_frame_num_msb_r15
fixed_bitstring< 4 > sys_frame_num_msb_r15
Definition: rrc_nbiot.h:2072
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts
Definition: rrc_nbiot.h:2723
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::one512th_t
@ one512th_t
Definition: rrc_nbiot.h:3660
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::options
options
Definition: rrc_nbiot.h:4111
asn1::rrc::sib_type5_nb_r13_s
Definition: rrc_nbiot.h:5014
asn1::rrc::ch_raster_offset_nb_r13_e
enumerated< ch_raster_offset_nb_r13_opts > ch_raster_offset_nb_r13_e
Definition: rrc_nbiot.h:1600
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf40
uint8_t & sf40()
Definition: rrc_nbiot.h:4180
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13
n310_r13_e_ n310_r13
Definition: rrc_nbiot.h:1418
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::type
types type() const
Definition: rrc_nbiot.h:7339
asn1::rrc::intra_freq_cell_resel_info_nb_v1350_s
Definition: rrc_nbiot.h:3969
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:9496
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:6423
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_opts::options
options
Definition: rrc_nbiot.h:2361
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v_minus5
@ v_minus5
Definition: rrc_nbiot.h:117
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::db0
@ db0
Definition: rrc_nbiot.h:3034
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:19417
asn1::rrc::sib_type3_nb_r13_s::npbch_rrm_cfg_r15_present
bool npbch_rrm_cfg_r15_present
Definition: rrc_nbiot.h:4984
asn1::rrc::ab_cfg_nb_r13_s::ab_category_r13
ab_category_r13_e_ ab_category_r13
Definition: rrc_nbiot.h:65
asn1::dyn_array< drb_to_add_mod_nb_r13_s >
asn1::rrc::rrc_conn_setup_complete_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:7664
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_npdsch_max_tbs_sc_mtch_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8111
asn1::rrc::dl_bitmap_nb_r13_c::types_opts::value
enum asn1::rrc::dl_bitmap_nb_r13_c::types_opts::options value
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::types_opts::value
enum asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::types_opts::options value
asn1::rrc::sys_info_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:5267
asn1::rrc::nprach_params_nb_r13_s
Definition: rrc_nbiot.h:2204
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day7
@ day7
Definition: rrc_nbiot.h:6861
asn1::rrc::guardband_tdd_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4090
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4263
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp160
@ pp160
Definition: rrc_nbiot.h:866
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:1826
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sched_period_start_offset_scptm_r14_c_
sched_period_start_offset_scptm_r14_c_()=default
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13
n311_r13_e_ n311_r13
Definition: rrc_nbiot.h:1420
asn1::rrc::nprach_params_tdd_nb_v1550_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6048
asn1::rrc::rlc_params_nb_r15_s::rlc_um_r15_present
bool rlc_um_r15_present
Definition: rrc_nbiot.h:8338
asn1::rrc::rach_info_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6106
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16836
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::type_
types type_
Definition: rrc_nbiot.h:699
asn1::rrc::dl_gap_cfg_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:396
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::types_opts::value
enum asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::types_opts::options value
asn1::rrc::ue_radio_paging_info_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19091
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::types_opts::spare2
@ spare2
Definition: rrc_nbiot.h:8754
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17519
asn1::rrc::npdcch_cfg_ded_nb_v1530_s::npdcch_start_sf_uss_v1530_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:975
asn1::rrc::ue_cap_info_nb_r13_ies_s::ue_cap_r13
ue_cap_nb_r13_s ue_cap_r13
Definition: rrc_nbiot.h:8482
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::zero
@ zero
Definition: rrc_nbiot.h:8155
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:2207
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:13348
asn1::rrc::rrc_conn_setup_complete_nb_v1430_ies_s::dcn_id_r14
uint32_t dcn_id_r14
Definition: rrc_nbiot.h:7649
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::spare1
@ spare1
Definition: rrc_nbiot.h:2655
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13
npdcch_num_repeat_paging_r13_e_ npdcch_num_repeat_paging_r13
Definition: rrc_nbiot.h:3704
asn1::rrc::multi_band_info_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4858
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc_s_::profiles_r13_s_::profile0x0104
bool profile0x0104
Definition: rrc_nbiot.h:544
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_e_
enumerated< semi_persist_sched_interv_ul_r15_opts > semi_persist_sched_interv_ul_r15_e_
Definition: rrc_nbiot.h:1035
asn1::rrc::t_resel_nb_r13_opts::s12
@ s12
Definition: rrc_nbiot.h:4409
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s
Definition: rrc_nbiot.h:5594
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_
Definition: rrc_nbiot.h:5689
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530_opts::ms100000
@ ms100000
Definition: rrc_nbiot.h:1398
asn1::rrc::sib_type14_nb_r13_s::ab_per_nrsrp_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:10150
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::types_opts::default_value
@ default_value
Definition: rrc_nbiot.h:1109
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::r4
@ r4
Definition: rrc_nbiot.h:8122
asn1::rrc::rrc_conn_reest_request_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16519
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::set_spare
void set_spare()
Definition: rrc_nbiot.cc:692
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v6
@ v6
Definition: rrc_nbiot.h:129
asn1::rrc::ul_info_transfer_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:20332
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts
Definition: rrc_nbiot.h:8118
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s::extended_wait_time_r15_present
bool extended_wait_time_r15_present
Definition: rrc_nbiot.h:5596
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::n12
@ n12
Definition: rrc_nbiot.h:2673
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_e_
enumerated< t300_r13_opts > t300_r13_e_
Definition: rrc_nbiot.h:4426
asn1::rrc::ul_carrier_cfg_ded_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:1574
asn1::rrc::sc_mcch_msg_type_nb_c::c
c1_c_ c
Definition: rrc_nbiot.h:8269
asn1::rrc::ul_ccch_msg_type_nb_c::c
c1_c_ c
Definition: rrc_nbiot.h:8938
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::sib15_v1430
@ sib15_v1430
Definition: rrc_nbiot.h:5052
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:13197
asn1::rrc::srb_to_add_mod_nb_r13_s
Definition: rrc_nbiot.h:1106
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::types_opts::rrc_conn_reject_r13
@ rrc_conn_reject_r13
Definition: rrc_nbiot.h:5691
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::value
enum asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::options value
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2460
asn1::rrc::ul_dcch_msg_type_nb_c
Definition: rrc_nbiot.h:9010
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::guardband_r13
guardband_nb_r13_s & guardband_r13()
Definition: rrc_nbiot.h:1688
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6661
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:6319
asn1::rrc::rrc_conn_reest_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:5557
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts
Definition: rrc_nbiot.h:2254
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp1
@ pp1
Definition: rrc_nbiot.h:7817
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_carrier_cfg_r14
sc_mtch_carrier_cfg_r14_c_ sc_mtch_carrier_cfg_r14
Definition: rrc_nbiot.h:8177
asn1::rrc::rrc_conn_reest_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12512
asn1::rrc::ue_timers_and_consts_nb_r13_s::n311_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9701
asn1::rrc::rrc_early_data_request_nb_r15_ies_s
Definition: rrc_nbiot.h:7738
asn1::rrc::sc_mcch_msg_type_nb_c::type
types type() const
Definition: rrc_nbiot.h:8249
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:7410
asn1::rrc::nprach_params_fmt2_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:5511
asn1::rrc::ho_prep_info_nb_v1380_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15473
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::set_sys_info_r13
sys_info_nb_s & set_sys_info_r13()
Definition: rrc_nbiot.cc:12259
asn1::rrc::ab_cfg_nb_r13_s
Definition: rrc_nbiot.h:49
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14531
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:6326
asn1::rrc::ul_am_rlc_nb_r13_s
Definition: rrc_nbiot.h:296
asn1::rrc::nprach_params_nb_r13_s::npdcch_offset_ra_r13_e_
enumerated< npdcch_offset_ra_r13_opts > npdcch_offset_ra_r13_e_
Definition: rrc_nbiot.h:2305
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2354
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_neighbour_cell_r14_present
bool sc_mtch_neighbour_cell_r14_present
Definition: rrc_nbiot.h:8176
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_
Definition: rrc_nbiot.h:399
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5958
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16183
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:1665
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::pp64
@ pp64
Definition: rrc_nbiot.h:2845
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:16311
asn1::rrc::dl_bitmap_nb_r13_c::types_opts::options
options
Definition: rrc_nbiot.h:188
asn1::rrc::dl_info_transfer_nb_r13_ies_s
Definition: rrc_nbiot.h:6089
asn1::rrc::sib_type22_nb_r14_s::nprach_probability_anchor_list_r14_present
bool nprach_probability_anchor_list_r14_present
Definition: rrc_nbiot.h:4881
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts
Definition: rrc_nbiot.h:2395
asn1::rrc::multi_band_info_nb_r13_s::freq_band_info_r13_present
bool freq_band_info_r13_present
Definition: rrc_nbiot.h:2193
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13
drx_inactivity_timer_r13_e_ drx_inactivity_timer_r13
Definition: rrc_nbiot.h:879
asn1::rrc::pdcp_params_nb_r13_s::supported_rohc_profiles_r13_s_::profile0x0102
bool profile0x0102
Definition: rrc_nbiot.h:6739
asn1::rrc::as_cfg_nb_s::source_rr_cfg_r13
rr_cfg_ded_nb_r13_s source_rr_cfg_r13
Definition: rrc_nbiot.h:1546
asn1::rrc::ab_cfg_plmn_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:92
asn1::rrc::rrc_conn_recfg_complete_nb_s::crit_exts_c_::c
rrc_conn_recfg_complete_nb_r13_ies_s c
Definition: rrc_nbiot.h:7160
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2387
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts
crit_exts_c_ crit_exts
Definition: rrc_nbiot.h:7564
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15_opts::ms240
@ ms240
Definition: rrc_nbiot.h:8440
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_thres_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:240
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::r1
@ r1
Definition: rrc_nbiot.h:4028
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:8497
asn1::rrc::mib_tdd_nb_r15_s::sib1_carrier_info_r15_opts::options
options
Definition: rrc_nbiot.h:2065
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::set_release
void set_release()
Definition: rrc_nbiot.cc:2101
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_e_
enumerated< nprach_num_cbra_start_subcarriers_r15_opts > nprach_num_cbra_start_subcarriers_r15_e_
Definition: rrc_nbiot.h:2590
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus82
@ dbm_minus82
Definition: rrc_nbiot.h:3196
asn1::rrc::ul_dcch_msg_type_nb_c::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:9166
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::rrc_conn_request_r13
rrc_conn_request_nb_s & rrc_conn_request_r13()
Definition: rrc_nbiot.h:8856
asn1::rrc::sib_type5_nb_r13_s::t_resel_r13
t_resel_nb_r13_e t_resel_r13
Definition: rrc_nbiot.h:5018
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::rf512
@ rf512
Definition: rrc_nbiot.h:4812
asn1::rrc::pcch_cfg_nb_r13_s::default_paging_cycle_r13_e_
enumerated< default_paging_cycle_r13_opts > default_paging_cycle_r13_e_
Definition: rrc_nbiot.h:3646
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::set_different_pci_r14
different_pci_r14_s_ & set_different_pci_r14()
Definition: rrc_nbiot.cc:6577
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts::ms25000
@ ms25000
Definition: rrc_nbiot.h:4500
asn1::rrc::reest_info_nb_s
Definition: rrc_nbiot.h:1561
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::types_opts::explicit_bitmap_cfg_r13
@ explicit_bitmap_cfg_r13
Definition: rrc_nbiot.h:330
asn1::rrc::dl_bitmap_nb_r13_c::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:318
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:4954
asn1::rrc::pcch_cfg_nb_r13_s::default_paging_cycle_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:3641
asn1::rrc::npdcch_cfg_ded_nb_v1530_s::npdcch_start_sf_uss_v1530_opts::v128
@ v128
Definition: rrc_nbiot.h:974
asn1::rrc::nprach_cfg_sib_nb_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:7515
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:1815
asn1::rrc::sc_mcch_msg_type_nb_c::sc_mcch_msg_type_nb_c
sc_mcch_msg_type_nb_c()=default
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::hdr_compress_r13_c_
hdr_compress_r13_c_()=default
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17593
asn1::rrc::sc_mcch_msg_type_nb_c::type_
types type_
Definition: rrc_nbiot.h:8268
asn1::rrc::sib_type22_nb_r14_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:10620
asn1::rrc::sc_mcch_msg_type_nb_c
Definition: rrc_nbiot.h:8216
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::types_opts::inband_same_pci_r15
@ inband_same_pci_r15
Definition: rrc_nbiot.h:1990
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::n6
@ n6
Definition: rrc_nbiot.h:2777
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::sib_eutra_num_crs_ports_r15_opts::four
@ four
Definition: rrc_nbiot.h:1790
asn1::rrc::sib_type5_nb_r13_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:5019
asn1::rrc::inter_freq_neigh_cell_info_nb_v1530_s::nsss_rrm_cfg_r15
nsss_rrm_cfg_nb_r15_s nsss_rrm_cfg_r15
Definition: rrc_nbiot.h:2182
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::value
enum asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::options value
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::types_opts::sib_type1_r13
@ sib_type1_r13
Definition: rrc_nbiot.h:5384
asn1::rrc::sc_mcch_sched_info_nb_r14_s
Definition: rrc_nbiot.h:4109
asn1::rrc::phys_cfg_ded_nb_r13_s::npusch_cfg_ded_r13
npusch_cfg_ded_nb_r13_s npusch_cfg_ded_r13
Definition: rrc_nbiot.h:1328
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::nprach_preamb_format_r15_opts::value
enum asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::nprach_preamb_format_r15_opts::options value
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::options
options
Definition: rrc_nbiot.h:4812
asn1::rrc::bcch_bch_msg_tdd_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4663
asn1::rrc::paging_weight_nb_r14_opts::w15
@ w15
Definition: rrc_nbiot.h:2805
asn1::rrc::bcch_dl_sch_msg_type_nb_c::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5433
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::q_offset_freq_r13
q_offset_range_e q_offset_freq_r13
Definition: rrc_nbiot.h:3365
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_present
bool npdcch_start_sf_css_ra_r15_present
Definition: rrc_nbiot.h:2749
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::value
enum asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_opts::options value
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:7465
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf128
@ sf128
Definition: rrc_nbiot.h:4135
asn1::rrc::rr_cfg_ded_nb_r13_s::sched_request_cfg_r15
copy_ptr< sched_request_cfg_nb_r15_s > sched_request_cfg_r15
Definition: rrc_nbiot.h:1535
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::three_eighth
@ three_eighth
Definition: rrc_nbiot.h:2557
asn1::rrc::rrc_conn_setup_complete_nb_s::rrc_transaction_id
uint8_t rrc_transaction_id
Definition: rrc_nbiot.h:7716
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::pp2
@ pp2
Definition: rrc_nbiot.h:2816
asn1::rrc::establishment_cause_nb_r13_opts::mo_exception_data
@ mo_exception_data
Definition: rrc_nbiot.h:7424
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13_opts::one_eighth
@ one_eighth
Definition: rrc_nbiot.h:951
asn1::rrc::inband_different_pci_tdd_nb_r15_s::sib_inband_location_r15_opts::higher
@ higher
Definition: rrc_nbiot.h:1930
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::~sib_guardband_info_r15_c_
~sib_guardband_info_r15_c_()
Definition: rrc_nbiot.h:1837
asn1::rrc::ul_dcch_msg_type_nb_c::types_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:9161
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::set_spare2
void set_spare2()
Definition: rrc_nbiot.cc:13476
asn1::rrc::sib_type3_nb_r13_s::freq_band_info_r13
ns_pmax_list_nb_r13_l freq_band_info_r13
Definition: rrc_nbiot.h:4971
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::n36
@ n36
Definition: rrc_nbiot.h:2222
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v48
@ v48
Definition: rrc_nbiot.h:2548
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::value
enum asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::options value
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:9502
asn1::rrc::ue_cap_nb_v14x0_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:8376
asn1::rrc::nprach_params_nb_r14_s
Definition: rrc_nbiot.h:2326
asn1::rrc::sc_mcch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp32
@ pp32
Definition: rrc_nbiot.h:4111
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::sib4_r13
@ sib4_r13
Definition: rrc_nbiot.h:5047
asn1::rrc::sib_type1_nb_s::non_crit_ext
sib_type1_nb_v1350_s non_crit_ext
Definition: rrc_nbiot.h:5372
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:2330
asn1::rrc::drb_to_add_mod_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:756
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1530_opts::value
enum asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1530_opts::options value
asn1::rrc::ue_paging_coverage_info_nb_ies_s::npdcch_num_repeat_paging_r13
uint16_t npdcch_num_repeat_paging_r13
Definition: rrc_nbiot.h:8543
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4119
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v16
@ v16
Definition: rrc_nbiot.h:2548
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:14735
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::n32
@ n32
Definition: rrc_nbiot.h:3488
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::options
options
Definition: rrc_nbiot.h:8145
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13
t301_r13_e_ t301_r13
Definition: rrc_nbiot.h:1416
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db15
@ db15
Definition: rrc_nbiot.h:3942
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_msg3_range_start_r15_opts
Definition: rrc_nbiot.h:2680
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_present
bool lc_ch_cfg_r13_present
Definition: rrc_nbiot.h:1177
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:2162
asn1::rrc::rrc_conn_recfg_complete_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:7119
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s
Definition: rrc_nbiot.h:3335
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_v1530_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1398
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::types_opts::ue_paging_coverage_info_r13
@ ue_paging_coverage_info_r13
Definition: rrc_nbiot.h:8556
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::value
enum asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts::options value
asn1::rrc::as_context_nb_s
Definition: rrc_nbiot.h:1576
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15
npdcch_offset_ra_r15_e_ npdcch_offset_ra_r15
Definition: rrc_nbiot.h:2611
asn1::rrc::intra_freq_cell_resel_info_nb_v1360_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8627
asn1::rrc::nprach_params_nb_r13_s::nprach_num_subcarriers_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2231
asn1::rrc::ue_cap_nb_v14x0_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:18832
asn1::rrc::npusch_cfg_common_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:7831
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::establishment_cause_r15
establishment_cause_r15_e_ establishment_cause_r15
Definition: rrc_nbiot.h:7750
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_opts::db_minus3
@ db_minus3
Definition: rrc_nbiot.h:3337
asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15_opts::sa5
@ sa5
Definition: rrc_nbiot.h:3239
asn1::rrc::ul_dcch_msg_type_nb_c::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:20412
asn1::rrc::dl_info_transfer_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14107
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:19274
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:6072
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_dur_coeff_r13_opts::one_fourth
@ one_fourth
Definition: rrc_nbiot.h:256
asn1::rrc::ue_cap_nb_ext_r14_ies_s::rf_params_v1430
rf_params_nb_v1430_s rf_params_v1430
Definition: rrc_nbiot.h:8428
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:14245
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::different_pci_r13_s_::eutra_num_crs_ports_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:988
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::pp7
@ pp7
Definition: rrc_nbiot.h:2816
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_e_
enumerated< nprach_subcarrier_offset_r13_opts > nprach_subcarrier_offset_r13_e_
Definition: rrc_nbiot.h:2228
asn1::rrc::nprach_cfg_sib_nb_r13_s::nprach_cp_len_r13_opts::options
options
Definition: rrc_nbiot.h:3427
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms10240
@ ms10240
Definition: rrc_nbiot.h:2631
asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3869
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:7731
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14
nprach_start_time_r14_e_ nprach_start_time_r14
Definition: rrc_nbiot.h:2435
asn1::rrc::ul_carrier_cfg_ded_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:1525
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:1198
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17029
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_
Definition: rrc_nbiot.h:1254
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::type_
types type_
Definition: rrc_nbiot.h:2917
asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550_e_
enumerated< carrier_freq_offset_v1550_opts > carrier_freq_offset_v1550_e_
Definition: rrc_nbiot.h:164
asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15_opts::n2
@ n2
Definition: rrc_nbiot.h:3861
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::ms80
@ ms80
Definition: rrc_nbiot.h:2481
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:3151
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf640
uint16_t & set_sf640()
Definition: rrc_nbiot.cc:9205
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::nprach_fmt2_r15
uint8_t & nprach_fmt2_r15()
Definition: rrc_nbiot.h:680
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::type_
types type_
Definition: rrc_nbiot.h:6276
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:19837
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12647
asn1::rrc::bcch_cfg_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:6951
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_opts::value
enum asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_opts::options value
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts
Definition: rrc_nbiot.h:2715
asn1::rrc::t_resel_nb_r13_opts::s3
@ s3
Definition: rrc_nbiot.h:4409
asn1::rrc::ue_radio_access_cap_info_nb_r14_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19505
asn1::rrc::ue_cap_enquiry_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14722
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13_e_
enumerated< t301_r13_opts > t301_r13_e_
Definition: rrc_nbiot.h:4434
asn1::rrc::sib_type3_nb_r13_s::multi_band_info_list_r13
multi_band_info_list_r13_l_ multi_band_info_list_r13
Definition: rrc_nbiot.h:4972
asn1::rrc::ue_cap_nb_ext_r14_ies_s::phy_layer_params_v1430_present
bool phy_layer_params_v1430_present
Definition: rrc_nbiot.h:8424
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_present
bool nrs_crs_pwr_offset_v1450_present
Definition: rrc_nbiot.h:4396
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_present
bool nprach_num_cbra_start_subcarriers_r15_present
Definition: rrc_nbiot.h:2602
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::sib20_v1430
sib_type20_nb_r14_s & sib20_v1430()
Definition: rrc_nbiot.h:5111
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::options
options
Definition: rrc_nbiot.h:5507
asn1::rrc::sib_type23_nb_r15_s::ext
bool ext
Definition: rrc_nbiot.h:4901
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3337
asn1::rrc::drx_cfg_nb_r13_c::setup
setup_s_ & setup()
Definition: rrc_nbiot.h:895
asn1::rrc::sib_type1_nb_v1530_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8130
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::types_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:12326
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::establishment_cause_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:17553
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:1831
asn1::rrc::rr_cfg_ded_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3280
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_present
bool npdcch_num_repeats_ra_r15_present
Definition: rrc_nbiot.h:2748
asn1::rrc::ul_carrier_cfg_ded_nb_r13_s::ul_carrier_freq_r13
carrier_freq_nb_r13_s ul_carrier_freq_r13
Definition: rrc_nbiot.h:731
asn1::rrc::dl_info_transfer_nb_r13_ies_s::ded_info_nas_r13
dyn_octstring ded_info_nas_r13
Definition: rrc_nbiot.h:6092
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::v16
@ v16
Definition: rrc_nbiot.h:8145
asn1::rrc::sib_type15_nb_r14_s::mbms_sai_inter_freq_list_r14_present
bool mbms_sai_inter_freq_list_r14_present
Definition: rrc_nbiot.h:4708
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::sf1024
@ sf1024
Definition: rrc_nbiot.h:1029
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:7503
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_present
bool nprach_num_subcarriers_r15_present
Definition: rrc_nbiot.h:2597
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::r256
@ r256
Definition: rrc_nbiot.h:8128
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_ue_cap_info_r13
ue_cap_info_nb_s & set_ue_cap_info_r13()
Definition: rrc_nbiot.cc:20681
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus80
@ dbm_minus80
Definition: rrc_nbiot.h:3197
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:2541
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::set_ue_paging_coverage_info_r13
ue_paging_coverage_info_nb_ies_s & set_ue_paging_coverage_info_r13()
Definition: rrc_nbiot.cc:19421
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_opts::db9
@ db9
Definition: rrc_nbiot.h:3337
asn1::rrc::paging_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15882
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::b680
@ b680
Definition: rrc_nbiot.h:2161
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::paging_weight_nb_r14_opts::w8
@ w8
Definition: rrc_nbiot.h:2805
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::setup_s_::sr_prohibit_timer_r15
uint8_t sr_prohibit_timer_r15
Definition: rrc_nbiot.h:1074
asn1::rrc::sc_mcch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts
Definition: rrc_nbiot.h:4118
asn1::rrc::sc_mtch_sched_info_nb_r14_s::on_dur_timer_scptm_r14_opts::pp3
@ pp3
Definition: rrc_nbiot.h:7809
asn1::rrc::dl_ccch_msg_type_nb_c::set_msg_class_ext
void set_msg_class_ext()
Definition: rrc_nbiot.cc:13274
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db4
@ db4
Definition: rrc_nbiot.h:5321
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc4
@ sc4
Definition: rrc_nbiot.h:3592
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc9
@ sc9
Definition: rrc_nbiot.h:3597
asn1::rrc::t_resel_nb_r13_opts::s0
@ s0
Definition: rrc_nbiot.h:4409
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc
rohc_s_ & rohc()
Definition: rrc_nbiot.h:569
asn1::rrc::pcch_msg_type_nb_c::types_opts::options
options
Definition: rrc_nbiot.h:7059
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n54
@ n54
Definition: rrc_nbiot.h:2497
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:8754
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::rrc_conn_resume_complete_r13
rrc_conn_resume_complete_nb_r13_ies_s & rrc_conn_resume_complete_r13()
Definition: rrc_nbiot.h:7544
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp2
@ pp2
Definition: rrc_nbiot.h:7817
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:2977
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::value
enum asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::options value
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14
max_num_preamb_attempt_ce_r14_e_ max_num_preamb_attempt_ce_r14
Definition: rrc_nbiot.h:3470
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::ms512
@ ms512
Definition: rrc_nbiot.h:2214
asn1::rrc::rrc_conn_reject_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:5569
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::n4
@ n4
Definition: rrc_nbiot.h:1382
asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15_opts::options
options
Definition: rrc_nbiot.h:3239
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::inband_different_pci_r15
inband_different_pci_tdd_nb_r15_s & inband_different_pci_r15()
Definition: rrc_nbiot.h:2014
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t310_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1358
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::b408
@ b408
Definition: rrc_nbiot.h:2161
asn1::rrc::dl_info_transfer_nb_s
Definition: rrc_nbiot.h:6170
asn1::rrc::ue_radio_access_cap_info_nb_v1380_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19542
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_opts::number_type
uint32_t number_type
Definition: rrc_nbiot.h:4469
asn1::rrc::rlc_cfg_nb_r13_c::types_opts::um_bi_dir_r15
@ um_bi_dir_r15
Definition: rrc_nbiot.h:607
asn1::rrc::sib_type1_nb_s::hyper_sfn_msb_r13
fixed_bitstring< 8 > hyper_sfn_msb_r13
Definition: rrc_nbiot.h:5357
asn1::rrc::pcch_cfg_nb_r13_s::default_paging_cycle_r13
default_paging_cycle_r13_e_ default_paging_cycle_r13
Definition: rrc_nbiot.h:3702
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp2
@ pp2
Definition: rrc_nbiot.h:853
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts::b680
@ b680
Definition: rrc_nbiot.h:4594
asn1::rrc::rrc_conn_reest_complete_nb_v1470_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16230
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::types_opts::crit_exts_future
@ crit_exts_future
Definition: rrc_nbiot.h:7765
asn1::rrc::rrc_conn_reest_request_nb_r14_ies_s::spare
fixed_bitstring< 1 > spare
Definition: rrc_nbiot.h:7317
asn1::rrc::mib_tdd_nb_r15_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4416
asn1::rrc::nprach_cfg_sib_nb_v1530_s
Definition: rrc_nbiot.h:3479
asn1::rrc::ul_cfg_common_nb_v1530_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:8265
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15_s_::dummy_opts::n8
@ n8
Definition: rrc_nbiot.h:3488
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_v1530_opts::options
options
Definition: rrc_nbiot.h:4484
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:3118
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::db9
@ db9
Definition: rrc_nbiot.h:4384
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::value
enum asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::options value
asn1::rrc::rlc_params_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:18737
asn1::rrc::phy_layer_params_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15401
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:9885
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::n1024
@ n1024
Definition: rrc_nbiot.h:2785
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_present
bool nprach_subcarrier_msg3_range_start_r14_present
Definition: rrc_nbiot.h:2428
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19651
asn1::rrc::t_poll_retx_nb_r13_opts::ms250
@ ms250
Definition: rrc_nbiot.h:83
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:19642
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::types_opts::spare
@ spare
Definition: rrc_nbiot.h:330
asn1::rrc::rrc_conn_request_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16771
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_opts::db_minus6
@ db_minus6
Definition: rrc_nbiot.h:3337
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:7845
asn1::rrc::inband_different_pci_tdd_nb_r15_s::eutra_num_crs_ports_r15_opts::value
enum asn1::rrc::inband_different_pci_tdd_nb_r15_s::eutra_num_crs_ports_r15_opts::options value
asn1::rrc::ue_radio_paging_info_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:19817
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:5621
asn1::rrc::drx_cfg_nb_r13_c::drx_cfg_nb_r13_c
drx_cfg_nb_r13_c()=default
asn1::rrc::ue_cap_nb_v1440_ies_s::phy_layer_params_v1440
phy_layer_params_nb_v1440_s phy_layer_params_v1440
Definition: rrc_nbiot.h:8411
asn1::rrc::pci_arfcn_nb_r14_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16068
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c1_c_::types_opts::rrc_conn_reest_r13
@ rrc_conn_reest_r13
Definition: rrc_nbiot.h:5617
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::db35
@ db35
Definition: rrc_nbiot.h:3999
asn1::rrc::nprach_params_nb_v1330_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:5385
asn1::rrc::nprach_cfg_sib_nb_v1450_s
Definition: rrc_nbiot.h:3459
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::inter_freq_neigh_cell_list_r13_present
bool inter_freq_neigh_cell_list_r13_present
Definition: rrc_nbiot.h:3358
asn1::rrc::ue_cap_nb_v14x0_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:8377
asn1::rrc::sc_mcch_msg_type_nb_c::types_opts::options
options
Definition: rrc_nbiot.h:8238
asn1::rrc::npdsch_cfg_common_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:7380
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:17699
asn1::rrc::rrc_conn_release_nb_v1430_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13775
asn1::rrc::rrc_conn_resume_request_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17125
asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15_opts::n4
@ n4
Definition: rrc_nbiot.h:3861
asn1::rrc::rrc_conn_reest_request_nb_r14_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16506
asn1::rrc::standalone_nb_r13_s
Definition: rrc_nbiot.h:1646
asn1::rrc::rlf_timers_and_consts_nb_r13_c::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:2951
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf256
uint16_t & set_sf256()
Definition: rrc_nbiot.cc:9190
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::set_rrc_conn_resume_request_r13
rrc_conn_resume_request_nb_s & set_rrc_conn_resume_request_r13()
Definition: rrc_nbiot.cc:20148
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts::b440
@ b440
Definition: rrc_nbiot.h:4594
asn1::rrc::sib_type2_nb_r13_s
Definition: rrc_nbiot.h:4722
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15_opts::value
enum asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_short_r15_opts::options value
asn1::rrc::mib_tdd_nb_r15_s
Definition: rrc_nbiot.h:1987
asn1::rrc::srb_to_add_mod_list_nb_r13_l
std::array< srb_to_add_mod_nb_r13_s, 1 > srb_to_add_mod_list_nb_r13_l
Definition: rrc_nbiot.h:1465
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:1513
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r15_opts::ms60000
@ ms60000
Definition: rrc_nbiot.h:4500
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::standalone_r15
standalone_tdd_nb_r15_s & standalone_r15()
Definition: rrc_nbiot.h:2024
asn1::rrc::ack_nack_num_repeats_nb_r13_opts::value
enum asn1::rrc::ack_nack_num_repeats_nb_r13_opts::options value
asn1::rrc::edt_tbs_nb_r15_s::edt_tbs_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4815
asn1::rrc::rrc_conn_setup_nb_r13_ies_s::rr_cfg_ded_r13
rr_cfg_ded_nb_r13_s rr_cfg_ded_r13
Definition: rrc_nbiot.h:5584
asn1::rrc::periodic_bsr_timer_nb_r13_opts::pp2
@ pp2
Definition: rrc_nbiot.h:1007
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::ssp10_crs_less_dw_pts
@ ssp10_crs_less_dw_pts
Definition: rrc_nbiot.h:3259
asn1::rrc::nprach_params_tdd_nb_r15_s
Definition: rrc_nbiot.h:2628
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::sf512
@ sf512
Definition: rrc_nbiot.h:1029
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::set_not_used
void set_not_used()
Definition: rrc_nbiot.cc:1134
asn1::rrc::ul_ccch_msg_type_nb_c::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:19986
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts
Definition: rrc_nbiot.h:2413
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db1
@ db1
Definition: rrc_nbiot.h:5508
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day10
@ day10
Definition: rrc_nbiot.h:6862
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::sib_type1_nb_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:11986
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::db_minus6
@ db_minus6
Definition: rrc_nbiot.h:3934
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::v8
@ v8
Definition: rrc_nbiot.h:2716
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::value
enum asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::options value
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf320
uint16_t & sf320()
Definition: rrc_nbiot.h:7908
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_r13_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:1113
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::n18
@ n18
Definition: rrc_nbiot.h:2222
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::set_c1
c1_c_ & set_c1()
Definition: rrc_nbiot.cc:19360
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:4813
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::r1024
@ r1024
Definition: rrc_nbiot.h:2274
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14151
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_opts::one_fourth
@ one_fourth
Definition: rrc_nbiot.h:2405
asn1::rrc::sched_request_cfg_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3201
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::rrc_conn_setup_complete_r13
rrc_conn_setup_complete_nb_r13_ies_s & rrc_conn_setup_complete_r13()
Definition: rrc_nbiot.h:7697
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_e_
enumerated< npdcch_num_repeats_r13_opts > npdcch_num_repeats_r13_e_
Definition: rrc_nbiot.h:940
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_present
bool nprach_periodicity_r15_present
Definition: rrc_nbiot.h:2594
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_opts::two_third
@ two_third
Definition: rrc_nbiot.h:2361
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf80
uint8_t & set_sf80()
Definition: rrc_nbiot.cc:17853
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_e_
enumerated< preamb_init_rx_target_pwr_v1450_opts > preamb_init_rx_target_pwr_v1450_e_
Definition: rrc_nbiot.h:3160
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::rrc_conn_reest_complete_r13
rrc_conn_reest_complete_nb_r13_ies_s & rrc_conn_reest_complete_r13()
Definition: rrc_nbiot.h:7216
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:14349
asn1::rrc::pcch_msg_type_nb_c::types_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:16010
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::set_dl_info_transfer_r13
dl_info_transfer_nb_r13_ies_s & set_dl_info_transfer_r13()
Definition: rrc_nbiot.cc:14188
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::types_opts::sib22_v1430
@ sib22_v1430
Definition: rrc_nbiot.h:5054
asn1::rrc::ho_prep_info_nb_ext_r14_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:6723
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:14184
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_num_repeats_sc_mcch_r14_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:8735
asn1::rrc::rrc_conn_release_nb_v1530_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13710
asn1::rrc::rrc_early_data_request_nb_r15_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17608
asn1::rrc::sib_guardband_guardband_tdd_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:3998
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_start_offset_r13
uint16_t drx_start_offset_r13
Definition: rrc_nbiot.h:882
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::v_minus0dot5
@ v_minus0dot5
Definition: rrc_nbiot.h:122
asn1::rrc::inband_same_pci_tdd_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4372
asn1::rrc::bcch_cfg_nb_r13_s
Definition: rrc_nbiot.h:3299
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::types_opts::crit_exts_future
@ crit_exts_future
Definition: rrc_nbiot.h:7683
asn1::rrc::nprach_params_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:4903
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::n16
@ n16
Definition: rrc_nbiot.h:2255
asn1::rrc::nprach_params_tdd_nb_v1550_s
Definition: rrc_nbiot.h:2775
asn1::rrc::rf_params_nb_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18907
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:5764
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::redirected_carrier_info_nb_v1430_s::redirected_carrier_offset_ded_r14_opts::db14
@ db14
Definition: rrc_nbiot.h:5517
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::spare4
@ spare4
Definition: rrc_nbiot.h:2703
asn1::rrc::dl_dcch_msg_type_nb_c
Definition: rrc_nbiot.h:6540
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::hr5
@ hr5
Definition: rrc_nbiot.h:6847
asn1::rrc::cell_resel_info_common_nb_v1450_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8519
asn1::rrc::sr_nprach_res_nb_r15_s::alpha_r15_opts::al05
@ al05
Definition: rrc_nbiot.h:705
asn1::rrc::rlc_cfg_nb_r13_c::types_opts::um_uni_dir_dl_r15
@ um_uni_dir_dl_r15
Definition: rrc_nbiot.h:607
asn1::rrc::pcch_cfg_nb_r14_s::npdcch_num_repeat_paging_r14_opts::r16
@ r16
Definition: rrc_nbiot.h:3104
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::rrc_conn_recfg_complete_r13
rrc_conn_recfg_complete_nb_s & rrc_conn_recfg_complete_r13()
Definition: rrc_nbiot.h:9048
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5594
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::al1
@ al1
Definition: rrc_nbiot.h:3830
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types_opts::value
enum asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types_opts::options value
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf8192
uint16_t & sf8192()
Definition: rrc_nbiot.h:4240
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::r1
@ r1
Definition: rrc_nbiot.h:8120
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus100
@ dbm_minus100
Definition: rrc_nbiot.h:3187
asn1::rrc::ul_ccch_msg_type_nb_c::types_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:8908
asn1::rrc::inband_different_pci_tdd_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4318
asn1::rrc::wus_cfg_nb_r15_s::num_pos_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8451
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::number_type
int8_t number_type
Definition: rrc_nbiot.h:3992
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_r13_opts::ms5000
@ ms5000
Definition: rrc_nbiot.h:4452
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_num_repeats_ra_r14_opts::r16
@ r16
Definition: rrc_nbiot.h:2375
asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:207
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::r128
@ r128
Definition: rrc_nbiot.h:2271
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:18342
asn1::rrc::rrc_conn_reest_complete_nb_s::rrc_transaction_id
uint8_t rrc_transaction_id
Definition: rrc_nbiot.h:7235
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::different_pci_r14_s_::eutra_num_crs_ports_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:6639
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9406
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_present
bool t311_v1350_present
Definition: rrc_nbiot.h:1423
asn1::rrc::pcch_cfg_nb_r14_s::ext
bool ext
Definition: rrc_nbiot.h:3126
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_e_
enumerated< nprach_probability_anchor_r14_opts > nprach_probability_anchor_r14_e_
Definition: rrc_nbiot.h:3571
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:5917
asn1::rrc::tdd_ul_dl_align_offset_nb_r15_opts::khz7dot5
@ khz7dot5
Definition: rrc_nbiot.h:286
asn1::rrc::ho_prep_info_nb_ext_r14_ies_s::ue_radio_access_cap_info_ext_r14
dyn_octstring ue_radio_access_cap_info_ext_r14
Definition: rrc_nbiot.h:6724
asn1::rrc::meas_result_serv_cell_nb_r14_s::nrsrq_result_r14
int8_t nrsrq_result_r14
Definition: rrc_nbiot.h:6999
asn1::rrc::nprach_cfg_sib_nb_v1530_s::tdd_params_r15
tdd_params_r15_s_ tdd_params_r15
Definition: rrc_nbiot.h:3518
asn1::rrc::rlf_timers_and_consts_nb_r13_c::type_
types type_
Definition: rrc_nbiot.h:1460
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_num_occ_diff_precoders_r15_opts::n4
@ n4
Definition: rrc_nbiot.h:2136
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::multi_band_info_list_r13_present
bool multi_band_info_list_r13_present
Definition: rrc_nbiot.h:3360
asn1::rrc::rrc_conn_release_nb_v1530_ies_s
Definition: rrc_nbiot.h:6052
asn1::rrc::sc_mtch_sched_info_nb_r14_s::drx_inactivity_timer_scptm_r14_opts::pp3
@ pp3
Definition: rrc_nbiot.h:7817
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::ms1000
@ ms1000
Definition: rrc_nbiot.h:4436
asn1::rrc::rlc_cfg_nb_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:1340
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n84
@ n84
Definition: rrc_nbiot.h:2497
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::operator=
same_pci_ind_r13_c_ & operator=(const same_pci_ind_r13_c_ &other)
Definition: rrc_nbiot.cc:897
asn1::rrc::sched_info_nb_v1530_s::sib_map_info_v1530
sib_map_info_nb_v1530_l sib_map_info_v1530
Definition: rrc_nbiot.h:2865
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_e_
enumerated< npdcch_offset_ra_r15_opts > npdcch_offset_ra_r15_e_
Definition: rrc_nbiot.h:2564
asn1::rrc::ul_carrier_cfg_ded_nb_r13_s::tdd_ul_dl_align_offset_r15_present
bool tdd_ul_dl_align_offset_r15_present
Definition: rrc_nbiot.h:734
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n8
@ n8
Definition: rrc_nbiot.h:2733
asn1::rrc::guardband_tdd_nb_r15_s
Definition: rrc_nbiot.h:1818
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::four_t
@ four_t
Definition: rrc_nbiot.h:3649
asn1::rrc::t_poll_retx_nb_r13_e
enumerated< t_poll_retx_nb_r13_opts > t_poll_retx_nb_r13_e
Definition: rrc_nbiot.h:106
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus98
@ dbm_minus98
Definition: rrc_nbiot.h:3188
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::types_opts::rrc_conn_resume_complete_r13
@ rrc_conn_resume_complete_r13
Definition: rrc_nbiot.h:7530
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_request_r13
@ rrc_conn_request_r13
Definition: rrc_nbiot.h:8830
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:12970
asn1::rrc::sib_type2_nb_r13_s::time_align_timer_common_r13
time_align_timer_e time_align_timer_common_r13
Definition: rrc_nbiot.h:4740
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::s20
@ s20
Definition: rrc_nbiot.h:6811
asn1::rrc::rrc_conn_reest_nb_v1430_ies_s::dl_nas_mac_present
bool dl_nas_mac_present
Definition: rrc_nbiot.h:5479
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::setup_s_
Definition: rrc_nbiot.h:1255
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:1392
asn1::rrc::ue_cap_nb_v14x0_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18846
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::ms2560
@ ms2560
Definition: rrc_nbiot.h:2329
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::set_rrc_conn_reject_r13
rrc_conn_reject_nb_r13_ies_s & set_rrc_conn_reject_r13()
Definition: rrc_nbiot.cc:12961
asn1::rrc::phy_layer_params_nb_v1440_s
Definition: rrc_nbiot.h:8364
asn1::rrc::cell_sel_info_nb_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8552
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_e_
enumerated< drx_ul_retx_timer_r13_opts > drx_ul_retx_timer_r13_e_
Definition: rrc_nbiot.h:875
asn1::rrc::sc_mcch_msg_type_nb_c::types_opts::msg_class_ext
@ msg_class_ext
Definition: rrc_nbiot.h:8238
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_num_occ_diff_precoders_r15_opts::n1
@ n1
Definition: rrc_nbiot.h:2136
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::rrc_conn_release_r13
rrc_conn_release_nb_s & rrc_conn_release_r13()
Definition: rrc_nbiot.h:6580
asn1::rrc::rrc_conn_release_nb_v1430_ies_s::extended_wait_time_cpdata_r14_present
bool extended_wait_time_cpdata_r14_present
Definition: rrc_nbiot.h:6068
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:6396
asn1::rrc::mib_tdd_nb_r15_s::sched_info_sib1_r15
uint8_t sched_info_sib1_r15
Definition: rrc_nbiot.h:2074
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::db_minus8
@ db_minus8
Definition: rrc_nbiot.h:3034
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts
Definition: rrc_nbiot.h:2638
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14_opts::db15
@ db15
Definition: rrc_nbiot.h:3345
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::setup_s_::sr_nprach_res_r15_present
bool sr_nprach_res_r15_present
Definition: rrc_nbiot.h:1073
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::rrc_conn_request_r13
rrc_conn_request_nb_r13_ies_s & rrc_conn_request_r13()
Definition: rrc_nbiot.h:7470
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts
Definition: rrc_nbiot.h:2689
asn1::rrc::periodic_bsr_timer_nb_r13_opts::pp8
@ pp8
Definition: rrc_nbiot.h:1007
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::type
types type() const
Definition: rrc_nbiot.h:6183
asn1::rrc::nsss_rrm_cfg_nb_r15_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:4749
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_npdsch_max_tbs_sc_mtch_r14_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:18316
asn1::rrc::bcch_dl_sch_msg_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12347
asn1::rrc::bcch_cfg_nb_r13_s::mod_period_coeff_r13_opts::n16
@ n16
Definition: rrc_nbiot.h:3301
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14227
asn1::rrc::rrc_early_data_complete_nb_r15_ies_s::redirected_carrier_info_r15_present
bool redirected_carrier_info_r15_present
Definition: rrc_nbiot.h:5597
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1_c_::c1_c_
c1_c_()=default
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:5677
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_subcarriers_r14_opts::n48
@ n48
Definition: rrc_nbiot.h:2353
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::n8
@ n8
Definition: rrc_nbiot.h:2777
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::value
enum asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_inactivity_timer_r13_opts::options value
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::day19
@ day19
Definition: rrc_nbiot.h:6864
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2665
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:2211
asn1::rrc::pdcp_params_nb_r13_s::max_num_rohc_context_sessions_r13_opts
Definition: rrc_nbiot.h:6743
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1530
t311_v1530_e_ t311_v1530
Definition: rrc_nbiot.h:1429
asn1::rrc::sib_type1_nb_v1430_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:9892
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_periodicity_r15_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:2632
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::rf4096
@ rf4096
Definition: rrc_nbiot.h:4812
asn1::rrc::ul_dcch_msg_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:20921
asn1::rrc::inband_different_pci_tdd_nb_r15_s::eutra_num_crs_ports_r15
eutra_num_crs_ports_r15_e_ eutra_num_crs_ports_r15
Definition: rrc_nbiot.h:1937
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_opts::value
enum asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_opts::options value
asn1::rrc::mib_nb_s::operation_mode_info_r13_c_::type
types type() const
Definition: rrc_nbiot.h:1673
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_c_::type
types type() const
Definition: rrc_nbiot.h:374
asn1::rrc::rrm_cfg_nb_s::ue_inactive_time_opts::min28
@ min28
Definition: rrc_nbiot.h:6835
asn1::rrc::wus_cfg_nb_r15_s::time_offset_drx_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:3870
asn1::rrc::rrc_conn_setup_complete_nb_v1430_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:17245
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::explicit_bitmap_cfg_r13
dl_bitmap_nb_r13_c & explicit_bitmap_cfg_r13()
Definition: rrc_nbiot.h:344
asn1::rrc::ue_timers_and_consts_nb_r13_s::t300_r13_opts::ms6000
@ ms6000
Definition: rrc_nbiot.h:4420
asn1::rrc::rach_cfg_common_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8060
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:862
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15
npdcch_start_sf_css_ra_r15_e_ npdcch_start_sf_css_ra_r15
Definition: rrc_nbiot.h:2758
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::spare1
@ spare1
Definition: rrc_nbiot.h:3461
asn1::rrc::pcch_msg_type_nb_c::c1_c_::type
types type() const
Definition: rrc_nbiot.h:7047
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:675
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::set_spare3
void set_spare3()
Definition: rrc_nbiot.cc:20716
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n310_r13_e_
enumerated< n310_r13_opts > n310_r13_e_
Definition: rrc_nbiot.h:1372
asn1::rrc::rrc_conn_recfg_nb_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:14252
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:2433
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:5691
asn1::rrc::carrier_freq_nb_r13_s::carrier_freq_offset_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:163
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n35
@ n35
Definition: rrc_nbiot.h:2733
asn1::rrc::sib_type1_nb_s::eutra_ctrl_region_size_r13_opts::n2
@ n2
Definition: rrc_nbiot.h:5303
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_ul_retx_timer_r13_opts::pp96
@ pp96
Definition: rrc_nbiot.h:863
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::sc2
@ sc2
Definition: rrc_nbiot.h:3590
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:6511
asn1::rrc::nprach_cfg_sib_nb_v1530_s::edt_params_r15_present
bool edt_params_r15_present
Definition: rrc_nbiot.h:3517
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::different_pci_r14_s_::eutra_num_crs_ports_r14_opts::four
@ four
Definition: rrc_nbiot.h:2961
asn1::rrc::inband_different_pci_nb_r13_s::spare
fixed_bitstring< 2 > spare
Definition: rrc_nbiot.h:1627
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::types_opts::value
enum asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::types_opts::options value
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_carrier_freq_v1550
copy_ptr< carrier_freq_nb_v1550_s > dl_carrier_freq_v1550
Definition: rrc_nbiot.h:502
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:4437
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::value
enum asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::options value
asn1::rrc::ns_pmax_value_nb_r13_s::add_pmax_r13_present
bool add_pmax_r13_present
Definition: rrc_nbiot.h:2102
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts
Definition: rrc_nbiot.h:477
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::spare3
@ spare3
Definition: rrc_nbiot.h:9027
asn1::rrc::sib_type1_nb_v1430_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:9906
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::type_
types type_
Definition: rrc_nbiot.h:6640
asn1::rrc::rrc_conn_release_nb_v1430_ies_s::redirected_carrier_info_v1430
redirected_carrier_info_nb_v1430_s redirected_carrier_info_v1430
Definition: rrc_nbiot.h:6070
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::pp8
@ pp8
Definition: rrc_nbiot.h:2845
asn1::rrc::sib_guardband_inband_diff_pci_tdd_nb_r15_s::sib_eutra_num_crs_ports_r15_e_
enumerated< sib_eutra_num_crs_ports_r15_opts > sib_eutra_num_crs_ports_r15_e_
Definition: rrc_nbiot.h:1796
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::options
options
Definition: rrc_nbiot.h:5311
asn1::rrc::ul_ccch_msg_type_nb_c
Definition: rrc_nbiot.h:8825
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::dbm_minus86
@ dbm_minus86
Definition: rrc_nbiot.h:3149
asn1::rrc::ue_timers_and_consts_nb_r13_s::t310_r13_opts::ms2000
@ ms2000
Definition: rrc_nbiot.h:4436
asn1::rrc::retx_bsr_timer_nb_r13_opts::value
enum asn1::rrc::retx_bsr_timer_nb_r13_opts::options value
asn1::rrc::sib_type_nb_v1530_opts::sib_type23_nb_r15
@ sib_type23_nb_r15
Definition: rrc_nbiot.h:2114
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::set_sib_guardband_guardband_r15
sib_guardband_guardband_tdd_nb_r15_s & set_sib_guardband_guardband_r15()
Definition: rrc_nbiot.cc:4199
asn1::rrc::nprach_cfg_sib_nb_v1450_s::max_num_preamb_attempt_ce_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3461
asn1::rrc::pcch_cfg_nb_r13_s::default_paging_cycle_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3640
asn1::rrc::pcch_msg_nb_s
Definition: rrc_nbiot.h:7094
asn1::rrc::sib_type14_nb_r13_s::ab_per_nrsrp_r15_present
bool ab_per_nrsrp_r15_present
Definition: rrc_nbiot.h:4695
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:8363
asn1::rrc::tdd_ul_dl_align_offset_nb_r15_opts
Definition: rrc_nbiot.h:285
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::value
enum asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::setup_s_::semi_persist_sched_interv_ul_r15_opts::options value
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5764
asn1::rrc::cell_resel_info_common_nb_v1450_s::s_search_delta_p_r14
s_search_delta_p_r14_e_ s_search_delta_p_r14
Definition: rrc_nbiot.h:3923
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::to_number_string
const char * to_number_string() const
Definition: rrc_nbiot.cc:6011
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_opts::to_number
float to_number() const
Definition: rrc_nbiot.cc:5287
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_c_::set_use_anchor_bitmap_r13
void set_use_anchor_bitmap_r13()
Definition: rrc_nbiot.cc:683
asn1::rrc::mib_tdd_nb_r15_s::sys_info_value_tag_r15
uint8_t sys_info_value_tag_r15
Definition: rrc_nbiot.h:2075
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::options
options
Definition: rrc_nbiot.h:3830
asn1::rrc::dl_ccch_msg_nb_s::msg
dl_ccch_msg_type_nb_c msg
Definition: rrc_nbiot.h:6016
asn1::rrc::sib_type1_nb_v1350_s
Definition: rrc_nbiot.h:5218
asn1::rrc::sib_type_nb_v1530_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:4731
asn1::rrc::srb_to_add_mod_nb_r13_s::rlc_cfg_v1430
copy_ptr< rlc_cfg_nb_v1430_s > rlc_cfg_v1430
Definition: rrc_nbiot.h:1182
asn1::rrc::rf_params_nb_r13_s
Definition: rrc_nbiot.h:6777
asn1::rrc::pcch_msg_type_nb_c::c1_c_::c
paging_nb_s c
Definition: rrc_nbiot.h:7056
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::options
options
Definition: rrc_nbiot.h:3546
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:7595
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_v1530
copy_ptr< dl_gap_cfg_nb_v1530_s > dl_gap_non_anchor_v1530
Definition: rrc_nbiot.h:3053
asn1::rrc::bcch_bch_msg_nb_s
Definition: rrc_nbiot.h:1750
asn1::rrc::ue_cap_enquiry_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:6161
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13061
asn1::rrc::ul_cfg_common_nb_v1530_s::nprach_params_list_fmt2_r15
nprach_params_list_fmt2_nb_r15_l nprach_params_list_fmt2_r15
Definition: rrc_nbiot.h:3803
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::type_
types type_
Definition: rrc_nbiot.h:8586
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_opts::n46
@ n46
Definition: rrc_nbiot.h:2414
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r2
@ r2
Definition: rrc_nbiot.h:2524
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_r15_present
bool wake_up_signal_r15_present
Definition: rrc_nbiot.h:8456
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r2048
@ r2048
Definition: rrc_nbiot.h:2534
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4145
asn1::rrc::cell_sel_info_nb_v1350_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:9775
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_fifteenth
@ one_fifteenth
Definition: rrc_nbiot.h:3549
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_start_sf_sc_mtch_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:18348
asn1::rrc::multi_band_info_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:4886
asn1::rrc::dl_info_transfer_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:13818
asn1::rrc::cell_sel_info_nb_v1430_s::pwr_class14dbm_offset_r14_opts::db9
@ db9
Definition: rrc_nbiot.h:3934
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_::c1_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:14701
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::types_opts::rrc_conn_setup_r13
@ rrc_conn_setup_r13
Definition: rrc_nbiot.h:5764
asn1::rrc::rrc_conn_request_nb_s::crit_exts_c_::set_rrc_conn_request_r13
rrc_conn_request_nb_r13_ies_s & set_rrc_conn_request_r13()
Definition: rrc_nbiot.cc:16827
asn1::rrc::pcch_msg_type_nb_c::c1_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:15988
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_offset_ra_r15_opts::options
options
Definition: rrc_nbiot.h:2557
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::sib2_r13
sib_type2_nb_r13_s & sib2_r13()
Definition: rrc_nbiot.h:5076
asn1::rrc::nprach_params_nb_r13_s::max_num_preamb_attempt_ce_r13_opts::n4
@ n4
Definition: rrc_nbiot.h:2247
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13_opts::ms1280
@ ms1280
Definition: rrc_nbiot.h:2206
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_e_
enumerated< ra_resp_win_size_r13_opts > ra_resp_win_size_r13_e_
Definition: rrc_nbiot.h:2822
asn1::rrc::rlc_cfg_nb_r13_c::types_opts::um_uni_dir_ul_r15
@ um_uni_dir_ul_r15
Definition: rrc_nbiot.h:607
asn1::rrc::npdcch_cfg_ded_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:1912
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_e_
enumerated< nprach_num_subcarriers_r15_opts > nprach_num_subcarriers_r15_e_
Definition: rrc_nbiot.h:2511
asn1::rrc::sys_info_nb_s::crit_exts_c_::types_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5234
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::operator=
same_pci_ind_r14_c_ & operator=(const same_pci_ind_r14_c_ &other)
Definition: rrc_nbiot.cc:6548
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_gap_non_anchor_r13_present
bool dl_gap_non_anchor_r13_present
Definition: rrc_nbiot.h:489
asn1::rrc::supported_band_nb_r13_s::pwr_class_nb_minus20dbm_r13_present
bool pwr_class_nb_minus20dbm_r13_present
Definition: rrc_nbiot.h:6698
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::types_opts::options
options
Definition: rrc_nbiot.h:5882
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::type_
types type_
Definition: rrc_nbiot.h:5819
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:17406
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_
Definition: rrc_nbiot.h:2955
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13_opts::n1
@ n1
Definition: rrc_nbiot.h:2255
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::c1_c_::type
types type() const
Definition: rrc_nbiot.h:8565
asn1::rrc::ul_dcch_msg_type_nb_c::c
c1_c_ c
Definition: rrc_nbiot.h:9191
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_::c
c1_c_ c
Definition: rrc_nbiot.h:5673
asn1::rrc::dl_gap_cfg_nb_r13_s::dl_gap_dur_coeff_r13_opts
Definition: rrc_nbiot.h:255
asn1::rrc::sib_type2_nb_r13_s::freq_info_r13_s_::ul_carrier_freq_r13_present
bool ul_carrier_freq_r13_present
Definition: rrc_nbiot.h:4724
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::zero
@ zero
Definition: rrc_nbiot.h:3547
asn1::rrc::sc_mtch_info_nb_r14_s::sc_mtch_sched_info_r14_present
bool sc_mtch_sched_info_r14_present
Definition: rrc_nbiot.h:8175
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:19647
asn1::rrc::access_stratum_release_nb_r13_opts::spare4
@ spare4
Definition: rrc_nbiot.h:6712
asn1::rrc::rrc_conn_resume_complete_nb_v1470_ies_s::meas_result_serv_cell_r14
meas_result_serv_cell_nb_r14_s meas_result_serv_cell_r14
Definition: rrc_nbiot.h:7501
asn1::rrc::ue_timers_and_consts_nb_r13_s::t301_r13
t301_r13_e_ t301_r13
Definition: rrc_nbiot.h:4511
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:8757
asn1::rrc::pdcp_cfg_nb_r13_s::hdr_compress_r13_c_::rohc_s_
Definition: rrc_nbiot.h:536
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::rrc_conn_setup_complete_r13
rrc_conn_setup_complete_nb_s & rrc_conn_setup_complete_r13()
Definition: rrc_nbiot.h:9058
asn1::rrc::sc_mtch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::sf80
uint8_t & sf80()
Definition: rrc_nbiot.h:7888
asn1::rrc::periodic_bsr_timer_nb_r13_opts::pp16
@ pp16
Definition: rrc_nbiot.h:1007
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::types_opts
Definition: rrc_nbiot.h:7361
asn1::rrc::sib_type2_nb_r13_s::ext
bool ext
Definition: rrc_nbiot.h:4734
asn1::rrc::mib_tdd_nb_r15_s::operation_mode_info_r15_c_::types_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:4647
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:1393
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_
Definition: rrc_nbiot.h:1214
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_start_time_r14_opts::ms16
@ ms16
Definition: rrc_nbiot.h:2337
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:17152
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::dl_carrier_freq_v1550
copy_ptr< carrier_freq_nb_v1550_s > dl_carrier_freq_v1550
Definition: rrc_nbiot.h:3382
asn1::rrc::sc_mcch_msg_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18546
asn1::rrc::rach_info_nb_v1530_s::mac_contention_resolution_timer_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2846
asn1::rrc::phys_cfg_ded_nb_r13_s
Definition: rrc_nbiot.h:1320
asn1::rrc::ab_cfg_nb_r13_s::ab_category_r13_opts::c
@ c
Definition: rrc_nbiot.h:69
asn1::rrc::ue_cap_info_nb_ext_r14_ies_s::ue_cap_container_ext_r14
dyn_octstring ue_cap_container_ext_r14
Definition: rrc_nbiot.h:8470
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::r1024
@ r1024
Definition: rrc_nbiot.h:8130
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::rf8192
@ rf8192
Definition: rrc_nbiot.h:4812
asn1::rrc::pwr_ramp_params_nb_v1450_s::preamb_init_rx_target_pwr_v1450_opts::dbm_minus82
@ dbm_minus82
Definition: rrc_nbiot.h:3151
asn1::rrc::pcch_msg_type_nb_c::c1_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:15981
asn1::rrc::ue_paging_coverage_info_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_::types_opts::default_value_r13
@ default_value_r13
Definition: rrc_nbiot.h:1487
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::preamb_init_rx_target_pwr_ce1_r14_opts::dbm_minus114
@ dbm_minus114
Definition: rrc_nbiot.h:3180
asn1::rrc::rrc_conn_reest_request_nb_s::crit_exts_c_::later_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:16669
asn1::rrc::sib_type1_nb_v1530_s::tdd_params_r15_s_::tdd_si_carrier_info_r15
tdd_si_carrier_info_r15_e_ tdd_si_carrier_info_r15
Definition: rrc_nbiot.h:3765
asn1::rrc::dl_info_transfer_nb_s::crit_exts_c_::c1_c_::dl_info_transfer_r13
dl_info_transfer_nb_r13_ies_s & dl_info_transfer_r13()
Definition: rrc_nbiot.h:6188
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_e_
enumerated< nb_r13_opts > nb_r13_e_
Definition: rrc_nbiot.h:3673
asn1::rrc::npusch_cfg_common_nb_r13_s::ul_ref_sigs_npusch_r13
ul_ref_sigs_npusch_nb_r13_s ul_ref_sigs_npusch_r13
Definition: rrc_nbiot.h:3629
asn1::rrc::rlc_cfg_nb_r13_c::types_opts::am
@ am
Definition: rrc_nbiot.h:607
asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:4587
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::value
enum asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::options value
asn1::rrc::intra_freq_neigh_cell_info_nb_v1530_s::nsss_rrm_cfg_r15
nsss_rrm_cfg_nb_r15_s nsss_rrm_cfg_r15
Definition: rrc_nbiot.h:3393
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_e_
enumerated< nprach_subcarrier_offset_r15_opts > nprach_subcarrier_offset_r15_e_
Definition: rrc_nbiot.h:2503
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_
Definition: rrc_nbiot.h:5762
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::dl_bitmap_non_anchor_r13_present
bool dl_bitmap_non_anchor_r13_present
Definition: rrc_nbiot.h:488
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::one8th_t
@ one8th_t
Definition: rrc_nbiot.h:3654
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::n60
@ n60
Definition: rrc_nbiot.h:2497
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6363
asn1::rrc::ul_am_rlc_nb_r13_s::t_poll_retx_r13
t_poll_retx_nb_r13_e t_poll_retx_r13
Definition: rrc_nbiot.h:307
asn1::rrc::rrc_conn_setup_nb_s
Definition: rrc_nbiot.h:5760
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:9476
asn1::rrc::rrc_conn_setup_complete_nb_v1430_ies_s
Definition: rrc_nbiot.h:7645
asn1::rrc::ho_prep_info_nb_s::crit_exts_c_::c1_c_::types_opts::ho_prep_info_r13
@ ho_prep_info_r13
Definition: rrc_nbiot.h:6926
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_res_idx_r15
uint8_t nprach_res_idx_r15
Definition: rrc_nbiot.h:716
asn1::rrc::paging_weight_nb_r14_opts::w14
@ w14
Definition: rrc_nbiot.h:2805
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14_opts::spare1
@ spare1
Definition: rrc_nbiot.h:5533
asn1::rrc::nprach_params_nb_v1330_s::nprach_num_cbra_start_subcarriers_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2461
asn1::rrc::pcch_cfg_nb_r13_s::nb_r13_opts::half_t
@ half_t
Definition: rrc_nbiot.h:3652
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::c
setup_s_ c
Definition: rrc_nbiot.h:1252
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::r2048
@ r2048
Definition: rrc_nbiot.h:928
asn1::rrc::rrc_conn_resume_request_nb_s
Definition: rrc_nbiot.h:7588
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_num_cbra_start_subcarriers_r14_e_
enumerated< nprach_num_cbra_start_subcarriers_r14_opts > nprach_num_cbra_start_subcarriers_r14_e_
Definition: rrc_nbiot.h:2420
asn1::rrc::mib_nb_s::operation_mode_info_r13
operation_mode_info_r13_c_ operation_mode_info_r13
Definition: rrc_nbiot.h:1736
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::r128
@ r128
Definition: rrc_nbiot.h:2698
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:5328
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::types_opts::value
enum asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_::types_opts::options value
asn1::rrc::sib_type3_nb_r13_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:10862
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::set_sf32
uint8_t & set_sf32()
Definition: rrc_nbiot.cc:9160
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::inband_carrier_info_r13_s_::same_pci_ind_r13_c_::different_pci_r13_s_::eutra_num_crs_ports_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:405
asn1::rrc::nprach_probability_anchor_nb_r14_s::nprach_probability_anchor_r14_opts::one_tenth
@ one_tenth
Definition: rrc_nbiot.h:3554
asn1::rrc::pcch_cfg_nb_r13_s::npdcch_num_repeat_paging_r13_opts::r64
@ r64
Definition: rrc_nbiot.h:3682
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:4288
asn1::rrc::tdd_ue_cap_nb_r15_s::phy_layer_params_rel14_r15
phy_layer_params_nb_v1430_s phy_layer_params_rel14_r15
Definition: rrc_nbiot.h:8316
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:6248
asn1::rrc::bcch_dl_sch_msg_type_nb_c::c1_c_::set_sib_type1_r13
sib_type1_nb_s & set_sib_type1_r13()
Definition: rrc_nbiot.cc:12264
asn1::rrc::sr_nprach_res_nb_r15_s::p0_sr_r15
int8_t p0_sr_r15
Definition: rrc_nbiot.h:718
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db_minus3
@ db_minus3
Definition: rrc_nbiot.h:5314
asn1::rrc::carrier_freq_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:153
asn1::rrc::sib_type22_nb_r14_s::paging_weight_anchor_r14
paging_weight_nb_r14_e paging_weight_anchor_r14
Definition: rrc_nbiot.h:4885
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::eutra_ctrl_region_size_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3020
asn1::rrc::ul_dcch_msg_type_nb_c::c1
c1_c_ & c1()
Definition: rrc_nbiot.h:9176
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:3096
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::ms4000
@ ms4000
Definition: rrc_nbiot.h:1350
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:14921
asn1::rrc::pci_arfcn_nb_r14_s::carrier_freq_r14_present
bool carrier_freq_r14_present
Definition: rrc_nbiot.h:7105
asn1::rrc::ue_cap_nb_v1440_ies_s::phy_layer_params_v1440_present
bool phy_layer_params_v1440_present
Definition: rrc_nbiot.h:8409
asn1::rrc::rrc_conn_release_nb_r13_ies_s::late_non_crit_ext_present
bool late_non_crit_ext_present
Definition: rrc_nbiot.h:6126
asn1::rrc::dl_ccch_msg_type_nb_c::c1_c_::destroy_
void destroy_()
Definition: rrc_nbiot.cc:13326
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::types_opts::rrc_conn_resume_request_r13
@ rrc_conn_resume_request_r13
Definition: rrc_nbiot.h:7591
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::set_sib16_r13
sib_type16_nb_r13_s & set_sib16_r13()
Definition: rrc_nbiot.cc:11555
asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15_opts::value
enum asn1::rrc::wus_cfg_nb_r15_s::num_drx_cycles_relaxed_r15_opts::options value
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550
max_num_preamb_attempt_ce_v1550_e_ max_num_preamb_attempt_ce_v1550
Definition: rrc_nbiot.h:2794
asn1::rrc::tdd_cfg_nb_r15_s::sf_assign_r15_opts::sa1
@ sa1
Definition: rrc_nbiot.h:3239
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::ue_cap_info_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:19231
asn1::rrc::wus_max_dur_factor_nb_r15_opts::one16th
@ one16th
Definition: rrc_nbiot.h:2875
asn1::rrc::sib_type22_nb_r14_s::nprach_probability_anchor_list_r14
nprach_probability_anchor_list_nb_r14_l nprach_probability_anchor_list_r14
Definition: rrc_nbiot.h:4886
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:5800
asn1::rrc::ue_paging_coverage_info_nb_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19321
asn1::rrc::nprach_cfg_sib_nb_r13_s::nprach_params_list_r13
nprach_params_list_nb_r13_l nprach_params_list_r13
Definition: rrc_nbiot.h:3440
asn1::rrc::dl_am_rlc_nb_r13_s::enable_status_report_sn_gap_r13_present
bool enable_status_report_sn_gap_r13_present
Definition: rrc_nbiot.h:177
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14
pwr_ramp_params_ce1_r14_s_ pwr_ramp_params_ce1_r14
Definition: rrc_nbiot.h:3216
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_opts::value
enum asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_msg3_range_start_r14_opts::options value
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::types_opts::rrc_conn_setup_complete_r13
@ rrc_conn_setup_complete_r13
Definition: rrc_nbiot.h:7683
asn1::rrc::sib_type1_nb_v1530_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:8150
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_bitmap_non_anchor_r14_c_
Definition: rrc_nbiot.h:2886
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_cbra_start_subcarriers_r15_opts::n23
@ n23
Definition: rrc_nbiot.h:2733
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_offset_uss_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:951
asn1::rrc::release_cause_nb_r13_opts::other
@ other
Definition: rrc_nbiot.h:6082
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::number_type
float number_type
Definition: rrc_nbiot.h:3831
asn1::rrc::carrier_freq_nb_v1550_s::carrier_freq_offset_v1550_opts::number_type
float number_type
Definition: rrc_nbiot.h:158
asn1::rrc::rrc_conn_resume_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:6393
asn1::rrc::nprach_params_nb_r13_s::nprach_subcarrier_offset_r13_opts::n34
@ n34
Definition: rrc_nbiot.h:2222
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::drx_cycle_r13_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1858
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5986
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13
on_dur_timer_r13_e_ on_dur_timer_r13
Definition: rrc_nbiot.h:878
asn1::rrc::ue_radio_access_cap_info_nb_ies_s
Definition: rrc_nbiot.h:8652
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14
nprach_periodicity_r14_e_ nprach_periodicity_r14
Definition: rrc_nbiot.h:2434
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::pwr_class14dbm_offset_r14_opts::db3
@ db3
Definition: rrc_nbiot.h:3337
asn1::rrc::mib_tdd_nb_r15_s::sib1_carrier_info_r15_opts::anchor
@ anchor
Definition: rrc_nbiot.h:2065
asn1::rrc::ue_timers_and_consts_nb_r13_s::t311_v1350_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4468
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_num_repeats_sc_mtch_r14_opts::r128
@ r128
Definition: rrc_nbiot.h:8127
asn1::rrc::rrc_conn_setup_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:13032
asn1::rrc::pwr_ramp_params_nb_v1450_s::pwr_ramp_params_ce1_r14_s_::pwr_ramp_step_ce1_r14_opts::options
options
Definition: rrc_nbiot.h:3163
asn1::rrc::sched_info_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:9844
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::types_opts::value
enum asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15_c_::types_opts::options value
asn1::rrc::sib_type5_nb_r13_s::inter_freq_carrier_freq_list_r13
inter_freq_carrier_freq_list_nb_r13_l inter_freq_carrier_freq_list_r13
Definition: rrc_nbiot.h:5017
asn1::rrc::rrc_conn_reest_request_nb_r14_ies_s::reest_cause_r14
reest_cause_nb_r13_e reest_cause_r14
Definition: rrc_nbiot.h:7314
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_repeat_period_r14_opts::rf1024
@ rf1024
Definition: rrc_nbiot.h:4812
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::npdcch_start_sf_css_ra_r15_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:2548
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_opts::number_type
int8_t number_type
Definition: rrc_nbiot.h:3035
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::n311_r13_opts::n1
@ n1
Definition: rrc_nbiot.h:1382
asn1::rrc::ue_cap_enquiry_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:14774
asn1::rrc::phy_layer_params_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:15394
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19850
asn1::rrc::ul_pwr_ctrl_common_nb_r13_s::alpha_r13_opts::al07
@ al07
Definition: rrc_nbiot.h:3830
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::cell_sel_info_nb_v1430_s::ce_authorisation_offset_r14
ce_authorisation_offset_r14_e_ ce_authorisation_offset_r14
Definition: rrc_nbiot.h:3954
asn1::rrc::nprach_params_nb_r13_s::nprach_start_time_r13_opts::ms64
@ ms64
Definition: rrc_nbiot.h:2214
asn1::rrc::rrc_conn_recfg_nb_r13_ies_s::late_non_crit_ext
dyn_octstring late_non_crit_ext
Definition: rrc_nbiot.h:6113
asn1::rrc::sc_mcch_sched_info_nb_r14_s::sched_period_start_offset_scptm_r14_c_::types_opts::sf20
@ sf20
Definition: rrc_nbiot.h:4130
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_s_::same_pci_ind_r14_c_::different_pci_r14
different_pci_r14_s_ & different_pci_r14()
Definition: rrc_nbiot.h:2995
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:13258
asn1::rrc::srb_to_add_mod_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:2288
asn1::rrc::rrc_conn_setup_nb_s::crit_exts_c_::c1_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:13109
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c
Definition: rrc_nbiot.h:1026
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::value
enum asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::npdcch_num_repeats_ra_r15_opts::options value
asn1::rrc::rrc_conn_recfg_nb_s::crit_exts_c_::c1_c_::rrc_conn_recfg_r13
rrc_conn_recfg_nb_r13_ies_s & rrc_conn_recfg_r13()
Definition: rrc_nbiot.h:6262
asn1::rrc::rr_cfg_ded_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:3326
asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13_opts::value
enum asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13_opts::options value
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_offset_ra_r14_present
bool npdcch_offset_ra_r14_present
Definition: rrc_nbiot.h:2431
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::types
enumerated< types_opts > types
Definition: rrc_nbiot.h:8838
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::spare1
@ spare1
Definition: rrc_nbiot.h:2279
asn1::rrc::rr_cfg_ded_nb_r13_s::mac_main_cfg_r13_c_
Definition: rrc_nbiot.h:1485
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::r128
@ r128
Definition: rrc_nbiot.h:924
asn1::rrc::rrc_conn_reest_complete_nb_r13_ies_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:16246
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::types_opts::options
options
Definition: rrc_nbiot.h:2922
asn1::rrc::phys_cfg_ded_nb_r13_s::ul_pwr_ctrl_ded_r13
ul_pwr_ctrl_ded_nb_r13_s ul_pwr_ctrl_ded_r13
Definition: rrc_nbiot.h:1329
asn1::rrc::wus_cfg_nb_r15_s::time_offset_e_drx_long_r15_opts::ms2000
@ ms2000
Definition: rrc_nbiot.h:3885
asn1::rrc::mac_main_cfg_nb_r13_s::rai_activation_r14_present
bool rai_activation_r14_present
Definition: rrc_nbiot.h:1305
asn1::rrc::sib_type22_nb_r14_s::mixed_operation_mode_cfg_r15
copy_ptr< mixed_operation_mode_cfg_r15_s_ > mixed_operation_mode_cfg_r15
Definition: rrc_nbiot.h:4890
asn1::rrc::ul_info_transfer_nb_s::crit_exts_c_::c
ul_info_transfer_nb_r13_ies_s c
Definition: rrc_nbiot.h:8997
asn1::rrc::rrc_conn_reest_request_nb_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16525
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::value
enum asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::options value
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::value
enum asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::options value
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::type
types type() const
Definition: rrc_nbiot.h:6331
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:13210
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::inter_freq_neigh_cell_list_v1530
copy_ptr< inter_freq_neigh_cell_list_nb_v1530_l > inter_freq_neigh_cell_list_v1530
Definition: rrc_nbiot.h:3380
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_num_subcarriers_r15_opts::to_number
uint8_t to_number() const
Definition: rrc_nbiot.cc:5930
asn1::rrc::sib_type3_nb_r13_s::multi_band_info_list_r13_present
bool multi_band_info_list_r13_present
Definition: rrc_nbiot.h:4966
asn1::rrc::rrc_early_data_request_nb_r15_ies_s::non_crit_ext
rrc_early_data_request_nb_v1590_ies_s non_crit_ext
Definition: rrc_nbiot.h:7753
asn1::rrc::sib_type3_nb_r13_s::intra_freq_cell_resel_info_v1350
copy_ptr< intra_freq_cell_resel_info_nb_v1350_s > intra_freq_cell_resel_info_v1350
Definition: rrc_nbiot.h:4976
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::inband_carrier_info_r14_present
bool inband_carrier_info_r14_present
Definition: rrc_nbiot.h:3044
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::set_crit_exts_future
void set_crit_exts_future()
Definition: rrc_nbiot.cc:12905
asn1::rrc::rach_info_nb_r13_s::ra_resp_win_size_r13_opts::pp4
@ pp4
Definition: rrc_nbiot.h:2816
asn1::rrc::dl_ccch_msg_type_nb_c::types_opts::options
options
Definition: rrc_nbiot.h:5980
asn1::rrc::rrc_conn_resume_complete_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:16973
asn1::rrc::meas_result_serv_cell_nb_r14_s
Definition: rrc_nbiot.h:6997
asn1::rrc::npdcch_sc_mcch_cfg_nb_r14_s::npdcch_offset_sc_mcch_r14_opts::zero
@ zero
Definition: rrc_nbiot.h:4046
asn1::rrc::rrc_early_data_complete_nb_r15_s::crit_exts_c_::c
rrc_early_data_complete_nb_r15_ies_s c
Definition: rrc_nbiot.h:5866
asn1::rrc::sr_nprach_res_nb_r15_s::nprach_sub_carrier_idx_r15
nprach_sub_carrier_idx_r15_c_ nprach_sub_carrier_idx_r15
Definition: rrc_nbiot.h:717
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::crit_exts_c_
crit_exts_c_()=default
asn1::rrc::t_poll_retx_nb_r13_opts::to_number
uint32_t to_number() const
Definition: rrc_nbiot.cc:123
asn1::rrc::nprach_params_nb_r13_s::npdcch_num_repeats_ra_r13_opts::number_type
uint16_t number_type
Definition: rrc_nbiot.h:2282
asn1::rrc::ul_am_rlc_nb_r13_s::max_retx_thres_r13_opts::t6
@ t6
Definition: rrc_nbiot.h:298
asn1::rrc::cell_resel_info_common_nb_v1450_s::s_search_delta_p_r14_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:3915
asn1::rrc::rrc_conn_reject_nb_s::crit_exts_c_::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:12924
asn1::rrc::ul_ccch_msg_type_nb_c::c1_c_::c
choice_buffer_t< rrc_conn_reest_request_nb_s, rrc_conn_request_nb_s, rrc_conn_resume_request_nb_s, rrc_early_data_request_nb_r15_s > c
Definition: rrc_nbiot.h:8902
asn1::rrc::ho_prep_info_nb_s
Definition: rrc_nbiot.h:6922
asn1::rrc::sib_type14_nb_r13_s::ab_param_r13_c_::ab_per_plmn_list_r13_l_
dyn_array< ab_cfg_plmn_nb_r13_s > ab_per_plmn_list_r13_l_
Definition: rrc_nbiot.h:4630
asn1::rrc::ue_radio_access_cap_info_nb_s::crit_exts_c_::type
types type() const
Definition: rrc_nbiot.h:8706
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:17458
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::types_opts::sib_guardband_anchor_r15
@ sib_guardband_anchor_r15
Definition: rrc_nbiot.h:1822
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_e_
enumerated< nrs_pwr_offset_non_anchor_v1330_opts > nrs_pwr_offset_non_anchor_v1330_e_
Definition: rrc_nbiot.h:484
asn1::rrc::sib_type1_nb_s::nrs_crs_pwr_offset_r13_opts::db8
@ db8
Definition: rrc_nbiot.h:5326
asn1::rrc::ue_radio_paging_info_nb_s::crit_exts_c_::c1_c_
Definition: rrc_nbiot.h:8752
asn1::rrc::mac_params_nb_r14_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:18881
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_start_time_r15_opts::ms32
@ ms32
Definition: rrc_nbiot.h:2489
asn1::rrc::mac_main_cfg_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:2601
asn1::rrc::tdd_cfg_nb_r15_s::special_sf_patterns_r15_opts::ssp5
@ ssp5
Definition: rrc_nbiot.h:3253
asn1::rrc::nprach_params_nb_r13_s::nprach_periodicity_r13
nprach_periodicity_r13_e_ nprach_periodicity_r13
Definition: rrc_nbiot.h:2308
asn1::rrc::t_resel_nb_r13_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:4410
asn1::rrc::sched_info_nb_r13_s::si_repeat_pattern_r13
si_repeat_pattern_r13_e_ si_repeat_pattern_r13
Definition: rrc_nbiot.h:4604
asn1::rrc::mac_main_cfg_nb_r13_s::lc_ch_sr_cfg_r13_c_::setup_s_::lc_ch_sr_prohibit_timer_r13_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:2709
asn1::rrc::rrc_conn_setup_complete_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:17397
asn1::rrc::rrc_conn_resume_complete_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:17016
asn1::rrc::mac_main_cfg_nb_r13_s::drx_cycle_v1430_opts::to_number
uint16_t to_number() const
Definition: rrc_nbiot.cc:2785
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_periodicity_r14_opts::ms160
@ ms160
Definition: rrc_nbiot.h:2329
asn1::rrc::retx_bsr_timer_nb_r13_opts::pp256
@ pp256
Definition: rrc_nbiot.h:1017
asn1::rrc::sched_info_nb_r13_s::si_tb_r13_opts::b328
@ b328
Definition: rrc_nbiot.h:4594
asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_num_occ_diff_precoders_r15_opts::value
enum asn1::rrc::nsss_rrm_cfg_nb_r15_s::nsss_num_occ_diff_precoders_r15_opts::options value
asn1::rrc::sib_type23_nb_r15_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:10838
asn1::rrc::sib_type20_nb_r14_s::sc_mcch_mod_period_r14_opts
Definition: rrc_nbiot.h:4819
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::ce_authorisation_offset_r14
ce_authorisation_offset_r14_e_ ce_authorisation_offset_r14
Definition: rrc_nbiot.h:3377
asn1::rrc::sib_type1_nb_s::si_win_len_r13_opts::ms320
@ ms320
Definition: rrc_nbiot.h:5338
asn1::rrc::sib_type15_nb_r14_s::mbms_sai_intra_freq_r14
mbms_sai_list_r11_l mbms_sai_intra_freq_r14
Definition: rrc_nbiot.h:4710
asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15_opts::value
enum asn1::rrc::ue_radio_paging_info_nb_r13_s::wake_up_signal_min_gap_e_drx_r15_opts::options value
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::set
void set(types::options e=types::nulltype)
Definition: rrc_nbiot.cc:14427
asn1::rrc::npusch_cfg_common_nb_r13_s::dmrs_cfg_r13_s_::three_tone_cyclic_shift_r13
uint8_t three_tone_cyclic_shift_r13
Definition: rrc_nbiot.h:3617
asn1::rrc::mib_tdd_nb_r15_s::sib1_carrier_info_r15_e_
enumerated< sib1_carrier_info_r15_opts > sib1_carrier_info_r15_e_
Definition: rrc_nbiot.h:2069
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t311_v1350_opts::ms40000
@ ms40000
Definition: rrc_nbiot.h:1390
asn1::rrc::nprach_params_nb_r13_s::npdcch_start_sf_css_ra_r13_opts::v1dot5
@ v1dot5
Definition: rrc_nbiot.h:2289
asn1::rrc::nprach_params_tdd_nb_v1550_s::num_repeats_per_preamb_attempt_v1550_opts::n64
@ n64
Definition: rrc_nbiot.h:2785
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c::setup_s_::sr_prohibit_timer_r15_present
bool sr_prohibit_timer_r15_present
Definition: rrc_nbiot.h:1072
asn1::rrc::sr_without_harq_ack_cfg_nb_r15_c
Definition: rrc_nbiot.h:1070
asn1::rrc::nprach_params_nb_r13_s::num_repeats_per_preamb_attempt_r13
num_repeats_per_preamb_attempt_r13_e_ num_repeats_per_preamb_attempt_r13
Definition: rrc_nbiot.h:2314
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::npdcch_start_sf_css_ra_r14_opts::v8
@ v8
Definition: rrc_nbiot.h:2396
asn1::rrc::mac_main_cfg_nb_r13_s::data_inactivity_timer_cfg_r14_c_::setup
setup_s_ & setup()
Definition: rrc_nbiot.h:1268
asn1::rrc::sr_sps_bsr_cfg_nb_r15_c::type
types type() const
Definition: rrc_nbiot.h:1046
asn1::rrc::dl_carrier_cfg_ded_nb_r13_s::nrs_pwr_offset_non_anchor_v1330_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:1029
asn1::rrc::npusch_cfg_common_nb_r13_s::srs_sf_cfg_r13_opts::options
options
Definition: rrc_nbiot.h:3587
asn1::rrc::rrc_conn_reest_complete_nb_s::crit_exts_c_::types_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:16372
asn1::rrc::rrc_conn_resume_nb_r13_ies_s::drb_continue_rohc_r13_present
bool drb_continue_rohc_r13_present
Definition: rrc_nbiot.h:6144
asn1::rrc::ul_ccch_msg_nb_s::msg
ul_ccch_msg_type_nb_c msg
Definition: rrc_nbiot.h:8943
asn1::rrc::nprach_params_tdd_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts
Definition: rrc_nbiot.h:2664
asn1::rrc::sys_info_nb_r13_ies_s::non_crit_ext_present
bool non_crit_ext_present
Definition: rrc_nbiot.h:5207
asn1::rrc::nprach_cfg_sib_nb_v1530_s::edt_params_r15
edt_params_r15_s_ edt_params_r15
Definition: rrc_nbiot.h:3520
asn1::rrc::ul_dcch_msg_type_nb_c::c1_c_::types_opts::spare1
@ spare1
Definition: rrc_nbiot.h:9029
asn1::rrc::rrc_conn_resume_request_nb_s::crit_exts_c_::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:17182
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::set_use_no_gap_r14
void set_use_no_gap_r14()
Definition: rrc_nbiot.cc:6427
asn1::rrc::rrc_conn_reest_nb_s::crit_exts_c_
Definition: rrc_nbiot.h:5614
asn1::rrc::rrc_conn_reest_request_nb_r13_ies_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:16463
asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::value
enum asn1::rrc::drx_cfg_nb_r13_c::setup_s_::on_dur_timer_r13_opts::options value
asn1::rrc::dl_dcch_msg_type_nb_c::c1_c_::types_opts::rrc_conn_recfg_r13
@ rrc_conn_recfg_r13
Definition: rrc_nbiot.h:6545
asn1::rrc::rrc_conn_release_nb_s::crit_exts_c_::c1_c_::types_opts::rrc_conn_release_r13
@ rrc_conn_release_r13
Definition: rrc_nbiot.h:6322
asn1::rrc::drx_cfg_nb_r13_c::setup_s_
Definition: rrc_nbiot.h:780
asn1::rrc::sib_type4_nb_r13_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:11211
asn1::rrc::sib_type_nb_v1530_opts::spare7
@ spare7
Definition: rrc_nbiot.h:2114
asn1::rrc::redirected_carrier_info_nb_v1430_s::t322_r14
t322_r14_e_ t322_r14
Definition: rrc_nbiot.h:5543
asn1::rrc::pcch_cfg_nb_r14_s::paging_weight_r14_present
bool paging_weight_r14_present
Definition: rrc_nbiot.h:3128
asn1::rrc::phy_layer_params_nb_r13_s::multi_tone_r13_present
bool multi_tone_r13_present
Definition: rrc_nbiot.h:6767
asn1::rrc::rach_info_nb_v1530_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:6149
asn1::rrc::drb_to_add_mod_nb_r13_s::unpack
SRSASN_CODE unpack(cbit_ref &bref)
Definition: rrc_nbiot.cc:1657
asn1::rrc::sib_type1_nb_v1350_s::pack
SRSASN_CODE pack(bit_ref &bref) const
Definition: rrc_nbiot.cc:11741
asn1::rrc::srb_to_add_mod_nb_r13_s::lc_ch_cfg_r13_c_::types_opts::default_value
@ default_value
Definition: rrc_nbiot.h:1142
asn1::rrc::ch_raster_offset_nb_r13_opts::khz_minus2dot5
@ khz_minus2dot5
Definition: rrc_nbiot.h:1593
asn1::rrc::inter_freq_carrier_freq_info_nb_r13_s::p_max_r13
int8_t p_max_r13
Definition: rrc_nbiot.h:3364
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::nrs_pwr_offset_non_anchor_r14_e_
enumerated< nrs_pwr_offset_non_anchor_r14_opts > nrs_pwr_offset_non_anchor_r14_e_
Definition: rrc_nbiot.h:3040
asn1::rrc::sib_type1_nb_v1450_s::nrs_crs_pwr_offset_v1450_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:4385
asn1::rrc::sc_mtch_info_nb_r14_s::npdcch_offset_sc_mtch_r14_opts::seven_eighth
@ seven_eighth
Definition: rrc_nbiot.h:8162
asn1::rrc::scptm_cfg_nb_r14_s::scptm_neighbour_cell_list_r14_present
bool scptm_neighbour_cell_list_r14_present
Definition: rrc_nbiot.h:8202
asn1::rrc::rrc_conn_setup_complete_nb_v1430_ies_s::gummei_type_r14_present
bool gummei_type_r14_present
Definition: rrc_nbiot.h:7646
asn1::rrc::sib_type3_nb_r13_s::intra_freq_cell_resel_info_r13_s_::s_intra_search_p_r13
uint8_t s_intra_search_p_r13
Definition: rrc_nbiot.h:4958
asn1::rrc::dl_ccch_msg_type_nb_c::type
types type() const
Definition: rrc_nbiot.h:5991
asn1::rrc::npdcch_cfg_ded_nb_r13_s::npdcch_num_repeats_r13_opts::spare4
@ spare4
Definition: rrc_nbiot.h:929
asn1::rrc::ue_cap_info_nb_r13_ies_s::to_json
void to_json(json_writer &j) const
Definition: rrc_nbiot.cc:19190
asn1::rrc::inband_different_pci_tdd_nb_r15_s::eutra_num_crs_ports_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:1923
asn1::rrc::sys_info_nb_r13_ies_s::sib_type_and_info_r13_item_c_::~sib_type_and_info_r13_item_c_
~sib_type_and_info_r13_item_c_()
Definition: rrc_nbiot.h:5069
asn1::rrc::intra_freq_cell_resel_info_nb_v1430_s::ce_authorisation_offset_r14_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:3999
asn1::rrc::guardband_tdd_nb_r15_s::sib_guardband_info_r15_c_::type_
types type_
Definition: rrc_nbiot.h:1890
asn1::rrc::rlf_timers_and_consts_nb_r13_c::setup_s_::t301_r13_opts::nulltype
@ nulltype
Definition: rrc_nbiot.h:1350
asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::types_opts::value
enum asn1::rrc::dl_carrier_cfg_common_nb_r14_s::dl_gap_non_anchor_r14_c_::types_opts::options value
asn1::rrc::nprach_params_fmt2_nb_r15_s::nprach_params_r15_s_::nprach_subcarrier_offset_r15_opts::number_type
uint8_t number_type
Definition: rrc_nbiot.h:2498
asn1::rrc::nprach_params_tdd_nb_v1550_s::max_num_preamb_attempt_ce_v1550_opts::n10
@ n10
Definition: rrc_nbiot.h:2777
asn1::rrc::nprach_params_nb_r14_s::nprach_params_r14_s_::nprach_subcarrier_offset_r14_opts::to_string
const char * to_string() const
Definition: rrc_nbiot.cc:5255
asn1::rrc::npusch_cfg_ded_nb_r13_s::group_hop_disabled_r13_present
bool group_hop_disabled_r13_present
Definition: rrc_nbiot.h:995
asn1::rrc::dl_ccch_msg_type_nb_c
Definition: rrc_nbiot.h:5879